Module kanidmd_lib::idm::oauth2
source · 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§
- Request to introspect the identity of the account associated to a token.
- Response to an introspection request. If the token is inactive or revoked, only
active
will be set to the value offalse
. - An Access Token request. This requires a set of grant-type parameters to satisfy the request.
- The response for an access token
- An OAuth2 client redirects to the authorisation server with Authorisation Request parameters.
- A set of jwk keys
- Extensions for RFC 9068 Access Token
- The response to an OAuth2 rfc8414 metadata request
- The response to an OpenID connect discovery request https://openid.net/specs/openid-connect-discovery-1_0.html#ProviderMetadata
- An Oidc Token that is being created, or has succeeded in being validated
- Request revocation of an Access or Refresh token. On success the response is OK 200 with no body.