OIDC
OpenID Connect authentication operations
📄️ Check if authorization confirmation is required
Check if the user needs to confirm authorization for the client
📄️ Authorize OIDC client
Start the OIDC authorization process for a client
📄️ List OIDC clients
Get a paginated list of OIDC clients with optional search and sorting
📄️ Create OIDC client
Create a new OIDC client
📄️ Delete OIDC client
Delete an OIDC client by ID
📄️ Get OIDC client
Get detailed information about an OIDC client
📄️ Update OIDC client
Update an existing OIDC client
📄️ Update allowed user groups
Update the user groups allowed to access an OIDC client
📄️ Delete client logo
Delete the logo for an OIDC client
📄️ Get client logo
Get the logo image for an OIDC client
📄️ Update client logo
Upload or update the logo for an OIDC client
📄️ Get client metadata
Get OIDC client metadata for discovery and configuration
📄️ Create client secret
Generate a new secret for an OIDC client
📄️ End OIDC session
End user session and handle OIDC logout
📄️ End OIDC session (POST method)
End user session and handle OIDC logout using POST
📄️ Introspect OIDC tokens
Pass an access_token to verify if it is considered valid.
📄️ Create OIDC tokens
Exchange authorization code or refresh token for access tokens
📄️ Get user information
Get user information based on the access token