nuxt-oidc-auth icon indicating copy to clipboard operation
nuxt-oidc-auth copied to clipboard

Add ability to expose specific claims

Open DerSimeon opened this issue 1 year ago • 0 comments

We use the OID to Identify the user. Using a server plugin we tried adding the OID from the IDToken to the claims.

However it appears that the claims are not exposed to the session object when using getUserSession on the server-side. We need a way to identify the user and OID is our current way to go.

Adding a way to expose claims to the serverside session would be ideal.

DerSimeon avatar Jun 04 '24 11:06 DerSimeon