- Aug 23, 2021
-
-
Hugo DELVAL authored
Signed-off-by:
Hugo Delval <hugo.delval@gmail.com>
-
Andrew Morgan authored
* Fix the titles in the OIDC documentation Having them as links broke the table-of-contents rendering in mdbook. Plus there's no reason for only some of the provider titles to be links. * Changelog * Add link to google idp docs
-
- Jul 21, 2021
-
-
Patrick Cloke authored
-
- Mar 16, 2021
-
-
Richard van der Hoff authored
The stable format uses different brand identifiers, so we need to support two identifiers for each IdP.
-
- Mar 09, 2021
-
-
Richard van der Hoff authored
Apple had to be special. They want a client secret which is generated from an EC key. Fixes #9220. Also fixes #9212 while I'm here.
-
- Feb 16, 2021
-
-
- Feb 09, 2021
-
-
Thomas Mortagne authored
-
- Feb 01, 2021
-
-
Richard van der Hoff authored
-
Oliver Hanikel authored
-
- Jan 27, 2021
-
-
Richard van der Hoff authored
-
Richard van der Hoff authored
We've decided to add a 'brand' field to help clients decide how to style the buttons. Also, fix up the allowed characters for idp_id, while I'm in the area.
-
- Jan 15, 2021
-
-
Richard van der Hoff authored
This is the final step for supporting multiple OIDC providers concurrently. First of all, we reorganise the config so that you can specify a list of OIDC providers, instead of a single one. Before: oidc_config: enabled: true issuer: "https://oidc_provider" # etc After: oidc_providers: - idp_id: prov1 issuer: "https://oidc_provider" - idp_id: prov2 issuer: "https://another_oidc_provider" The old format is still grandfathered in. With that done, it's then simply a matter of having OidcHandler instantiate a new OidcProvider for each configured provider.
-
- Jan 08, 2021
-
-
Christopher Rücker authored
This PR adds the missing user_mapping_provider section in oidc.md Signed-off-by:
Christopher Rücker <chris-ruecker@protonmail.com>
-
- Nov 02, 2020
-
-
Matthew Hodgson authored
-
- Oct 26, 2020
-
-
Peter Krantz authored
Signed-off-by:
Peter Krantz <peter.krantz@gmail.com>
-
Andrew Morgan authored
-
- Oct 22, 2020
-
-
Andrew Morgan authored
-
- Oct 01, 2020
-
-
BBBSnowball authored
This allows for connecting to certain IdPs, e.g. GitLab.
-
- Jun 16, 2020
-
-
hungrymonkey authored
-
- Jun 03, 2020
-
-
Richard van der Hoff authored
docs, default configs, comments. Nothing very significant.
-