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.

  1. GET /oidc/.well-known/openid-configuration gets the OpenID provider metadata.

  2. GET /oidc/jwks gets the Make authorization server's public JWK set.

  3. GET /oidc/userinfo gets the user identification.

Learn more about OIDC and the OIDC flow.

Last updated