how should I set up OIDC? #425
Replies: 1 comment 1 reply
-
|
Rauthy has to provide specific userinfo claims on registration to choose a user ID. For each claim if it's not set or the user ID isn't available a lower-priority claim is then used. In most software this just means the user setting their identity profile accordingly. These claims are This system can be tweaked in the provider's config section in Tuwunel with the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have been waiting long time for Tuwunel to support OIDC, because now users can easily register on my homeserver. but I don't understand the right way to set it up.
I tried running my own IDM (Rauthy), but I didn't like it, because users cannot choose a username (Tuwunel then assumes it from email, which is not cool).
then I decided to set up Matrix Authentication Service, but it does not work too, because it works only with Synapse currently. also, it seems that MAS is only for transitional phase: from legacy auth to a new one.
I'm confused and don't understand what should I set up
Beta Was this translation helpful? Give feedback.
All reactions