Authelia · OAuth Scopes
Authelia OAuth Scopes
OAuth 2.0
searched
Authelia publishes 9 OAuth 2.0 scopes. Scopes are the fine-grained permissions an application requests at authorization time to act against the Authelia API on a user’s behalf.
This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.
AuthenticationAuthorizationLDAPMFAOpen-SourceOpenID ConnectSelf-HostedSSO
Scopes: 9
Flows:
Method: searched
Scopes (9)
| Scope | Description | Flows |
|---|---|---|
| openid | Required for any OpenID Connect 1.0 request. Grants the sub claim and signals that an ID Token is requested. | |
| profile | Standard profile claims (name, preferred_username and related standard attributes). | |
| Standard email claims (email, email_verified, and alternate addresses where available). | ||
| address | Standard address claim. | |
| phone | Standard phone claims (phone_number, phone_number_verified). | |
| groups | Authelia extension. Grants the groups claim carrying the user's group memberships from the authentication backend, used by relying parties for authorization. | |
| offline_access | Requests a refresh token (RFC 6749 / OIDC Core offline access). | |
| offline | Legacy alias for offline_access retained for compatibility with older relying parties. | |
| authelia.bearer.authz | Authelia extension. Grants an access token usable as an RFC 6750 bearer token against the PROXY AUTHORIZATION endpoints in place of the session cookie. Not available by default — the authz endpoint must be explicitly configured to accept the Bearer scheme, the client must be registered with this scope, and the token audience must exactly match or prefix the requested URL. Authelia's docs state these tokens are NOT intended for use with the Authelia API itself. |
📄 Provider scope reference: https://www.authelia.com/integration/openid-connect/openid-connect-1.0-claims/
Source
OAuth Scopes
Work with this as data
Every scope set here is available over the APIs.io API and to AI agents over MCP.