Difference between revisions of "HowTo:Integrate UBIK in an SSO Environment"
(→Studio) |
(→Studio) |
||
Line 43: | Line 43: | ||
'''OIDC:''' | '''OIDC:''' | ||
− | In the case of a periodic rolling of the signing key, use the DynamicOIDCProcessor which fetches the JWKS automatically via the base URL of the chosen OIDC Provider: | + | {{Version/ServerSince|4.6.0}}In the case of a periodic rolling of the signing key, use the DynamicOIDCProcessor which fetches the JWKS automatically via the base URL of the chosen OIDC Provider: |
<syntaxhighlight lang="csharp"> | <syntaxhighlight lang="csharp"> | ||
public override UBIK.Kernel.SSO.ISSOProcessor GetSSOProcessor(System.String token) | public override UBIK.Kernel.SSO.ISSOProcessor GetSSOProcessor(System.String token) |
Revision as of 15:34, 21 December 2023
Single Sign-On (SSO) allows an end-user to interact with multiple services without logging in more than once.
This page shows how to integrate UBIK® into such an SSO environment.