Interface: OidcSpec
Represents a successful response to a Get OIDC Specification operation.
Export
OidcSpec
Properties
grant_types_supported?
optional
grant_types_supported:string
[]
A list of grant types supported by APS. Each grant type represents a different way an application can obtain an access token.
Memberof
OidcSpec
Defined in
id_token_signing_alg_values_supported?
optional
id_token_signing_alg_values_supported:string
[]
A list of all the token signing algorithms supported by APS.
Memberof
OidcSpec
Defined in
introspection_endpoint?
optional
introspection_endpoint:string
The endpoint for obtaining metadata about an access token or refresh token.
Memberof
OidcSpec
Defined in
issuer?
optional
issuer:string
The base URL of the openID Provider. Always https://developer.api.autodesk.com
for APS.
Memberof
OidcSpec
Defined in
jwks_uri?
optional
jwks_uri:string
The endpoint for retrieving public keys used by APS, in the JWKS format.
Memberof
OidcSpec
Defined in
response_modes_supported?
optional
response_modes_supported:string
[]
A list of response modes supported by APS. Each response mode defines a different way of delivering an authorization response.
Memberof
OidcSpec
Defined in
response_types_supported?
optional
response_types_supported:string
[]
A list of the response types supported by APS. Each response type represent a different flow.
Memberof
OidcSpec
Defined in
revoke_endpoint?
optional
revoke_endpoint:string
The endpoint for revoking an access token or refresh token.
Memberof
OidcSpec
Defined in
scopes_supported?
optional
scopes_supported:string
[]
A list of supported scopes.
Memberof
OidcSpec
Defined in
subject_types_supported?
optional
subject_types_supported:string
[]
A list of subject identifier types supported by APS.
Memberof
OidcSpec
Defined in
token_endpoint?
optional
token_endpoint:string
The endpoint for acquiring access tokens and refresh tokens.
Memberof
OidcSpec
Defined in
userinfo_endpoint?
optional
userinfo_endpoint:string
The endpoint for querying information about the authenticated user.
Memberof
OidcSpec