We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efa1b8b commit 640b492Copy full SHA for 640b492
dev/oidc-provider.mjs
@@ -59,6 +59,10 @@ const configuration = {
59
features: {
60
devInteractions: { enabled: true }, // Enable dev interactions for easy testing
61
},
62
+ claims: {
63
+ email: ["email", "email_verified"],
64
+ profile: ["name"],
65
+ },
66
ttl: {
67
AccessToken: 3600, // 1 hour
68
RefreshToken: 86400 * 30, // 30 days
0 commit comments