oidc-client-ts
oidc-client-ts copied to clipboard
Access custom claims?
Our identity provider are returning some custom claims ('uid' and 'groups'), with the old library (oidc-client-js) we could access them with "user.profile.uid" and "user.profile.groups". Is this possible now with this library in some fashion?