On Mon, Apr 5, 2021 at 4:41 PM <[email protected]> wrote: > Hello everyone, > There are 2 SAML questions: > - is it possible to add handling of SAML extension related environment > variables (saml-idp-metadata-url, saml-idp-url, saml-entity-id, > saml-callback-url, saml-group-attribute, ...) to the entrypoint shell > script of the official Docker image? >
Yes, it is possible to add them. Just needs a JIRA issue and a pull request. > - is there a separate parameter to explicitly indicate LogoutURL, not from > saml-idp-metadata-url? > No, the SSO extensions currently do not implement Single Log Out (SLO) functionality. There are several JIRA issues tracking progress for the various extensions: https://issues.apache.org/jira/browse/GUACAMOLE-680 https://issues.apache.org/jira/browse/GUACAMOLE-1266 https://issues.apache.org/jira/browse/GUACAMOLE-679 https://issues.apache.org/jira/browse/GUACAMOLE-361 https://issues.apache.org/jira/browse/GUACAMOLE-519 -Nick
