Specify supported claims

This commit is contained in:
Johannes Zellner
2023-03-16 16:42:18 +01:00
parent 4b7e4731a8
commit cd2fa9478c

View File

@@ -509,6 +509,10 @@ async function getProvider(routePrefix) {
return `${routePrefix}/interaction/${interaction.uid}`;
}
},
claims: {
email: ['email', 'email_verified'],
profile: [ 'family_name', 'given_name', 'locale', 'name', 'preferred_username' ]
},
features: {
devInteractions: { enabled: false }
},