Differences
This shows you the differences between two versions of the page.
— |
documentation:2.1:applications:guacamole [2019/04/16 18:30] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Guacamole ====== | ||
+ | |||
+ | {{ : | ||
+ | |||
+ | ===== Presentation ===== | ||
+ | |||
+ | [[https:// | ||
+ | |||
+ | As of version 0.9.14, Guacamole can use [[.: | ||
+ | |||
+ | This document explains how to implement OpenID Connect | ||
+ | |||
+ | ===== Pre-requisites ===== | ||
+ | |||
+ | ==== Guacamole ==== | ||
+ | |||
+ | Refer to [[http:// | ||
+ | |||
+ | You need to be able to enable extensions. If you are using docker, you need to [[http:// | ||
+ | |||
+ | Your Guacamole configuration directory will look something like this. | ||
+ | |||
+ | < | ||
+ | ├── extensions | ||
+ | │ | ||
+ | └── guacamole.properties | ||
+ | </ | ||
+ | |||
+ | |||
+ | <note warning> | ||
+ | |||
+ | And '' | ||
+ | |||
+ | < | ||
+ | openid-authorization-endpoint: | ||
+ | openid-jwks-endpoint: | ||
+ | openid-issuer: | ||
+ | openid-client-id: | ||
+ | openid-redirect-uri: | ||
+ | openid-username-claim-type: | ||
+ | </ | ||
+ | |||
+ | <note tip> | ||
+ | |||
+ | ==== LL:NG ==== | ||
+ | |||
+ | Make sure you have already [[.: | ||
+ | |||
+ | You also need to allow the '' | ||
+ | |||
+ | Then, add a Relaying Party with the following configuration | ||
+ | |||
+ | * Options » Authentification » Client ID : same as '' | ||
+ | * Options » Allowed redirection address : same as '' | ||
+ | * Options » ID Token Signature Algorithm : '' | ||