0
kansoftware created
1 Answer(s)
-
0
Hi @kansoftware
I think you can use
auth0
as an external auth source via OpenIdConnect. But, when a user logins via Auth0, AspNet Zero itself creates an accessToken and uses it.If you want to use auth0 access token, you probably need to write a custom middleware to validate this token from Auth0.