Hi,
Can I use an OIDC provider like Okta or Auth0 as the main login for an ABP app (I don't want to use or maintain an auth server). I was able to configure authentication in ABP app to use Auth0 as main login. But after successful login in Auth0 and redirected back to my ABP app, the ABP app is showing user as not logged in. This is probably because we are missing mapping for user from Auth0 in APB user store. Do you have documentation to create user in ABP after successful login into an OIDC identity provider like Okta or Auth0.
I used this documentation to configure/replace login in ABP: https://abp.io/support/questions?Sort=LastActivityDate-desc&CreatorUserId=3a1ad840-bd4e-dc11-b055-ebcd98ef95c3
Thanks, Jesse
Please provide "detailed documentation" on using an OpenId connect identity provider like Okta or Auth0 for login into an ABP app for login. I can't find any documentation on this on ABP site.