diff --git a/README.md b/README.md index 7a87653..df57ffe 100644 --- a/README.md +++ b/README.md @@ -117,4 +117,15 @@ Example for Azure AD (find the URLs with proper UUIDs in your Azure app page): - **Username Key**: `userPrincipalName` - **Name Key**: `displayName` - **Email Key**: `mail` -- **User ID Key**: `id` \ No newline at end of file +- **User ID Key**: `id` + +Example for self-hosted Authentik: + +- **Authorize URL**: `https://auth.domain.tld/application/o/authorize/` +- **Token URL**: `https://auth.domain.tld/application/o/token/` +- **User API URL**: `https://auth.domain.tld/application/o/userinfo/` +- **Scopes**: `openid profile email` +- **Username Key**: `preferred_username` +- **Name Key**: `name` +- **Email Key**: `email` +- **User ID Key**: `sub`