You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
does this example require membership records already exist in umbraco, or can it work exclusively with auth0 as a SSO provider?
I was curious why the extra claims you set up in the OnTokenValidated event aren't in the OnAutoLinking callback instead as that seems like the more logical place according to the Umbraco docs (however, i can't get that event to fire, not sure if that's an Umbraco 10 bug or not)
thanks in advance for any feedback/insight you might be able to provide here
Andrew
The text was updated successfully, but these errors were encountered:
The default example will create a member in Umbraco the first time you login. That's when the OnAutoLinking is fired. The next time you login with the same member that event won't be fired. That's why I use the OnTokenValidated because that event is hit on each login.
hi Jeroen
firstly, thanks for this sample project.
does this example require membership records already exist in umbraco, or can it work exclusively with auth0 as a SSO provider?
I was curious why the extra claims you set up in the OnTokenValidated event aren't in the OnAutoLinking callback instead as that seems like the more logical place according to the Umbraco docs (however, i can't get that event to fire, not sure if that's an Umbraco 10 bug or not)
thanks in advance for any feedback/insight you might be able to provide here
Andrew
The text was updated successfully, but these errors were encountered: