OsiriX-Foundation / kheops

20 stars 12 forks source link

OIDC - Manage optional logout url #7

Open nicolasvandooren opened 4 years ago

nicolasvandooren commented 4 years ago

OIDC supports logout (single or global application), but these features are optional.

The logout url can be given by an environment variable. If the environment variable isn't present, the interface must check on the .well-known of the OIDC provider to check if a logout url is given. If a logout url isn't given, don't show the logout button.