OAuth2 Authenticate
Authenticates the API caller on the Symphony servers (pod) using a Session token, and returns a valid OAuth2 access token.
Query parameters
scopestringOptional
Optional field used to get access with specific entitlements, use space separated list to define more that one
Header parameters
sessionTokenstringRequired
User session authentication token
Responses
200
OK.
application/json
token_typestringOptional
Type of token, string "Bearer"
expires_ininteger · int64Optional
Duration of time the access token is granted for in seconds
access_tokenstringOptional
A JWT containing the caller's username or application, an expiration date and a set of entitlements related to the specified scope, signed by the caller's private key.
401
Client is unauthorized to access this resource
application/json
403
Forbidden to access this endpoint .
application/json
500
Server error, see response body for further details.
application/json
post
/idm/tokens
📘 Notes
Last updated
Was this helpful?