OpenID Connect
FoxIDs support OpenID Connect as both authentication method and application registration.
It is recommended to use OpenID Connect Authorization Code flow with PKCE, because it is considered a secure flow.
Authentication method
Configure OpenID Connect authentication method which trust an external OpenID Provider (OP).
How to guides:
- Connect IdentityServer
- Connect Microsoft Entra ID (Azure AD)
- Connect Azure AD B2C
- Connect Amazon Cognito
- Connect Google
- Connect Facebook
- Connect Signicat
- Connect Nets eID Broker
- Connect two FoxIDs environments in the same or different tenants with OpenID Connect
- Connect two FoxIDs environments in the same tenant with a Environment Link
Application registration
Configure your application as a OpenID Connect application registration.
Besides receiving an ID token the client can request an access token for multiple APIs defined as OAuth 2.0 application registration resources.
An OAuth 2.0 resource can optionally be defined in a OpenID Connect application registration or a OAuth 2.0 application registration.