Skip to content

Commit

Permalink
chore: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Jan 14, 2025
1 parent 855a598 commit 0cc515e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/dsls/DSL-AshAuthentication.Strategy.Apple.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ The following defaults are applied:
* `:openid_configuration` is set to `%{"authorization_endpoint" => "https://appleid.apple.com/auth/authorize", "issuer" => "https://appleid.apple.com", "jwks_uri" => "https://appleid.apple.com/auth/keys", "token_endpoint" => "https://appleid.apple.com/auth/token", "token_endpoint_auth_methods_supported" => ["client_secret_post"]}`.
* `:authorization_params` is set to `[scope: "email", response_mode: "form_post"]`.
* `:client_authentication_method` is set to `"client_secret_post"`.
* `:openid_default_scope` is set to `""`.
* `:openid_default_scope` is set to `nil`.



Expand Down

0 comments on commit 0cc515e

Please sign in to comment.