mirror of
https://github.com/logto-io/logto.git
synced 2025-03-03 22:15:32 -05:00
fix(console): fix next auth guide typo (#6478)
This commit is contained in:
parent
818e2c61f2
commit
2caeacaf93
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ const handler = NextAuth({
|
||||||
// in the field "OpenID Provider configuration endpoint"
|
// in the field "OpenID Provider configuration endpoint"
|
||||||
wellKnown: '${props.endpoint}oidc/.well-known/openid-configuration',
|
wellKnown: '${props.endpoint}oidc/.well-known/openid-configuration',
|
||||||
authorization: { params: { scope: 'openid offline_access profile email' } },
|
authorization: { params: { scope: 'openid offline_access profile email' } },
|
||||||
clientId: '${props.app.id}'',
|
clientId: '${props.app.id}',
|
||||||
clientSecret: '${props.secrets[0]?.value ?? props.app.secret}',
|
clientSecret: '${props.secrets[0]?.value ?? props.app.secret}',
|
||||||
client: {
|
client: {
|
||||||
id_token_signed_response_alg: 'ES384',
|
id_token_signed_response_alg: 'ES384',
|
||||||
|
|
Loading…
Add table
Reference in a new issue