Select
Authn API
This is the API for authn in MM
Security:
Paths | Authorization header |
---|---|
/oauth/token | Basic <base64(client_id:client_secret)> |
Resources
Resource | Description |
---|---|
TokenInfo | API getting token claims once we have an accessToken |
OAuth2 | OAuth2 authentication endpoints |
Magic Links | Retrieve access_token without credentials, only with a magic link |
CIBA | OpenID Connect Client-Initiated Backchannel Authentication Flow |
WebAuthn | |
Device Code |
Security
Authentication
All MasStack APIs uses JWT tokens to authorize all the requests. Following this, an Auhtorization
with a Bearer JWT token
is needed in all the requests.
In the Authorization Guides you can find documentation about JWT Tokens and how to get them in MasStack.
Base URLs
Environment | Base Path |
---|---|
production | https://authn.masstack.com/v1/ |
staging | https://authn.sta.masstack.com/v1/ |