Links

OAuth 2.0 / OpenID Connect

Authcore is complaint to OAuth 2.0 and OpenID Connect standards. The OAuth 2.0 protocol provides API access control via scoped access tokens, and OpenID Connect provides user authentication and single sign-on (SSO) funcitonality.

Endpoints

post
https://auth.acme.com
/oauth/authorize
Authorization
post
https://auth.acme.com
/oauth/token
Token
get
https://auth.acme.com
/.well-known/openid-configuration
get
https://auth.acme.com
/.well-known/jwks.json
JSON Web Key Set