docs: add Apple official docs link and fix branding
- Add link to official Apple Sign in with Apple documentation - Change "OAuth2-Proxy" to "OAuth2 Proxy" per review feedback Signed-off-by: LYJW131 <lyjw2007@gmail.com>
This commit is contained in:
parent
a8fd63f596
commit
33252dd11c
|
|
@ -3,7 +3,7 @@ id: apple
|
||||||
title: Apple
|
title: Apple
|
||||||
---
|
---
|
||||||
|
|
||||||
Apple Sign in with Apple is an OIDC provider that supports authentication using Apple ID.
|
[Apple Sign in with Apple](https://developer.apple.com/documentation/sign_in_with_apple) is an OIDC provider that supports authentication using Apple ID.
|
||||||
|
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
|
|
@ -98,9 +98,9 @@ providers:
|
||||||
|
|
||||||
Apple Sign in with Apple has some unique requirements compared to standard OIDC providers:
|
Apple Sign in with Apple has some unique requirements compared to standard OIDC providers:
|
||||||
|
|
||||||
1. **Dynamic Client Secret**: Apple requires the `client_secret` to be a JWT signed with your private key (ES256). OAuth2-Proxy automatically generates this JWT for each token request.
|
1. **Dynamic Client Secret**: Apple requires the `client_secret` to be a JWT signed with your private key (ES256). OAuth2 Proxy automatically generates this JWT for each token request.
|
||||||
|
|
||||||
2. **Form Post Response Mode**: Apple returns the authorization code via form POST rather than query parameters. OAuth2-Proxy handles this automatically.
|
2. **Form Post Response Mode**: Apple returns the authorization code via form POST rather than query parameters. OAuth2 Proxy handles this automatically.
|
||||||
|
|
||||||
3. **Limited User Information**: Apple only provides the user's email (and optionally name) on the first authentication. Subsequent authentications may not include the name.
|
3. **Limited User Information**: Apple only provides the user's email (and optionally name) on the first authentication. Subsequent authentications may not include the name.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue