OpenID Connect or SAML 2.0
Add your application with
OpenID Connect (OIDC) or
SAML 2.0. Adapt the configuration to suit your application. Support for both login, SSO, logout and single-logout.
Authentication methods
The allowed authentication methods are configured for an application. A subset can be selected in the login call from the application. The user can select an authentication method of more then one is active.
OAuth 2.0 - API
Add you API with
OAuth 2.0 and define scope to restrict access. You application and API can be configured as one application and a general API can be configured separately.
SAML 2.0 / OpenID Connect bridge
Configure you application with OpenID Connect and add an external SAML 2.0 Identity Provider (IdP) as an authentication method. Then you have a
bridge between the two standards.
Token exchange
Exchange tokens from JWT to JWT or from SAML 2.0 tokens to JWT. Use tokens with least privileges an only valid for one API. Perform token exchange to call another API and thereby restrict who can call an API.