Expand description
Oauth2 resource server configurations
This contains the in memory and loaded set of active OAuth2 resource server integrations, which are then able to be used an accessed from the IDM layer for operations involving OAuth2 authentication processing.
Structs§
- Access
Token Introspect Request - Request to introspect the identity of the account associated to a token.
- Access
Token Introspect Response - Response to an introspection request. If the token is inactive or revoked, only
active
will be set to the value offalse
. - Access
Token Request - An Access Token request. This requires a set of grant-type parameters to satisfy the request.
- Access
Token Response - The response for an access token
- Authorisation
Request - An OAuth2 client redirects to the authorisation server with Authorisation Request parameters.
- Authorise
Permit Success - Authorise
Reject - Error
Response - JwkKey
Set - A set of jwk keys
- OAuth2RF
C9068 Token - OAuth2RF
C9068 Token Extensions - Extensions for RFC 9068 Access Token
- Oauth2RS
- Oauth2
Resource Servers - Oauth2
Resource Servers Read Transaction - Oauth2
Resource Servers Write Transaction - Oauth2
Rfc8414 Metadata Response - The response to an OAuth2 rfc8414 metadata request
- Oidc
Discovery Response - The response to an OpenID connect discovery request https://openid.net/specs/openid-connect-discovery-1_0.html#ProviderMetadata
- Oidc
Token - An Oidc Token that is being created, or has succeeded in being validated
- Oidc
Webfinger Rel - Oidc
Webfinger Response - The response to an Webfinger request. Only a subset of the body is defined here. https://datatracker.ietf.org/doc/html/rfc7033#section-4.4
- Token
Revoke Request - Request revocation of an Access or Refresh token. On success the response is OK 200 with no body.