We are using Auth0 as idp and I don´t know how to authenticate the API. I have created a class Auth0SecurityPrincipal : ISecurityPrincipal, but how to customize the InitializePrincipal function? It would be great with some samples.
I have also tried: config.Default().SetMinimumRoles(string.Empty) but I only get 403.0 - Forbidden
Hi Nils, johan.kronberg@krompaco.nu hosted an Episerver Stockholm Meetup on Wednesday November 20, 2019 about "Auth0 and Episerver .NET Core & Content Delivery API." So maybe he has some knowledge of this issue.
Hi,
We are using Auth0 as idp and I don´t know how to authenticate the API. I have created a class Auth0SecurityPrincipal : ISecurityPrincipal, but how to customize the InitializePrincipal function? It would be great with some samples.
I have also tried: config.Default().SetMinimumRoles(string.Empty)
but I only get 403.0 - Forbidden