Endpoints & OIDC

Universal Endpoints

These three endpoints are used on both regular OAuth2 and OIDC

Here are the information you need:

Authorization Endpoint: https://hub.spookysrv.com/oauth2/authorize/arrow-up-right Token Endpoint: https://hub.spookysrv.com/index.php?route=/api/v2/oauth2/tokenarrow-up-right UserInfo Endpoint: https://hub.spookysrv.com/index.php?route=/api/v2/oauth2/userarrow-up-right

OpenID Connect (OIDC) Specific Endpoints

Spooky Services supports OpenID Connect (OIDC) for authentication.

OIDC config: https://auth.spookysrv.com/oidc/.well-known/openid-configurationarrow-up-right JWKS URI: https://auth.spookysrv.com/oidc/.well-known/jwks.jsonarrow-up-right

circle-info

Spooky Services ONLY signs with a ES256 key for signature

triangle-exclamation

Last updated