Uh oh!
There was an error while loading. Please reload this page.
Does tinyauth support additionalClaims with oidc? #835
Replies: 4 comments 1 reply
Tinyauth does not support arbitrary custom claims in OIDC tokens. The maintainer has explicitly decided against this in favor of strict OpenID Connect specification compliance [1]. This means you can't add custom claim names like That said, here are a few things Tinyauth does support that might help depending on your setup:
For a custom To reply, just mention @dosu. Docs are dead. Just use Dosu. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
The bot answer is wrong. We haven't said no to custom claims when Tinyauth is the OpenID Connect Provider but we don't support them right now. Please open a feature request so we can have a look at it in the future. |
Does this cover it? |
Opened #838 |
Uh oh!
There was an error while loading. Please reload this page.
Does tinyauth support additionalClaims with oidc so i can add stuff like userperms for this project i am working on, user perms being a custom field which i set per user?
All reactions