Token Profile GraphQL APIs#
The Token profile in Curity Identity Server exposes several GraphQL APIs for managing various resources related to OAuth.
Authentication And Authorization#
All GraphQL APIs in the Token profile are protected using OAuth access tokens issued by the profile. Each request to these APIs must include a valid access token in the Authorization
header. Authorization is enforced by an Authorization Manager configured in the Token profile’s General page.
Further Reading#
See the below links for further details about the available GraphQL APIs in the Token profile: