How can I link an OIDC Author profile to a Github Author #1098
HeavyWaterDev
started this conversation in
General
Replies: 1 comment 1 reply
-
Hi, By default Monocle uses the 'sub' key of the OIDC Token. Then you need to know what will be the 'sub' value of a given user. This value is to append to "AuthProviderUID:".
Sometime an other claim than 'sub' is more suited to be used then you need to set [1]. [1] See |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Connecting OIDC-Generated Profile to GitHub Author
Hello!
I'm currently attempting to link an OIDC-generated profile with an existing GitHub author.
I find myself uncertain about the process of connecting the OIDC account to the corresponding GitHub account. I suspect that I might be using the incorrect AuthProviderUID.
I have attempted digging through the code but am not familiar with the project well enough to figure out myself.
I think I need to put the right UID from the azure tenant here:
Any advice would be helpful,
really cool project!
Beta Was this translation helpful? Give feedback.
All reactions