oAuth2 API
Version 1.0.0
Last updated
Was this helpful?
Version 1.0.0
Last updated
Was this helpful?
API name: auth-server
Scope "openid"
Path: https://api.scalexpert.societegenerale.com/baas/prod/auth-server/api/v1
Download swagger file:
Link to developer portal documentation:
See samples codes
This endpoint implements the requirements described in the following related documents OAuth 2.0 RFC chapter.
It allows a client application to retrieve:
Access token and id token are delivered as JSON Web Tokens (JWT). The access token is encrypted, the id Token is signed.
Grant type. available values: authorization_code or refresh_token.
Authorization code delivered during the authorize flow. For authorization_code grant only.
Client application redirect uri. Only valid for authorization_code grant type.
Refresh token delivered during the authorize flow. Only for refresh_token grant type.
Space separated list of scopes. For refresh_token grant, list can be a subset of the scope list for which the refresh token was, initially, issued.
Basic authorization header with base 64 encoded value of "clientID:clientSecret"
No content