OIDC
The following endpoints provide the OpenID Connect (OIDC) authentication flow for access to the Make API. The authentication flow uses the Make authentication server instead of the Make zone servers.
GET /oidc/.well-known/openid-configuration
gets the OpenID provider metadata.GET /oidc/jwks
gets the Make authorization server's public JWK set.GET /oidc/userinfo
gets the user identification.
Last updated