OpenID Connect User Endpoints

RapidIdentity Platform Documentation

Solution
Application
Content Type
Technical Documentation
Utilities & Services
ft:locale
en-US

The following OpenID Connect (OIDC) endpoints are exposed by RapidIdentity. Use these endpoints when configuring a third-party application to authenticate against RapidIdentity as the identity provider (IdP).

EndpointPath
Authorization/idp/profile/oidc/auth
Token/idp/profile/oidc/token
UserInfo/idp/profile/oidc/userinfo
JWKS/idp/profile/oidc/jwks
Discovery/idp/.well-known/openid-configuration
Note:

The discovery endpoint returns a JSON document describing the locations of all other OIDC endpoints, the supported scopes, response types, and signing algorithms. Most OIDC clients can be configured by pointing them at the discovery endpoint, rather than each endpoint individually.