Base solution for your next web application

Activities of "maliming"

hi

Please also share a username and password of https://fynauth0.uk.auth0.com/

You can create a new account of liming.ma@volosoft.com

hi

Can you add code to reproduce the problem in https://github.com/maliming/CDP-Base-Zero-13.0.0

hi

Auth0 says if you pass the client id while logout then you can setup at application level, but if you don't pass client id you will require to set at tenant level

You can add your client id during logout.

options.Events.OnRedirectToIdentityProviderForSignOut = context =>
{
    if (context.ProtocolMessage.IssuerAddress.Contains("auth0"))
    {
        context.ProtocolMessage.ClientId = "ZTl49s6ZXt535L5SqbfoOk0gYpu8njAQ";
    }
    return Task.FromResult(0);
};

hi

why I need to add at the tenant level. Why its not working by just adding at the application level.

This is an auth0 problem, I have no ideas.

hi You can add a new property to ExternalAuthenticateModel class to indicate the auth0 or okta.

hi

The issue I am facing is I am getting external.Succeeded value as false.

Can you share your project code?

Or upload it to GitHub, then invite me to check?

https://github.com/maliming

hi

There is no bearer token in the request header.

hi

https://github.com/maliming/CDP-Base-Zero-13.0.0/blob/master/src/CDP.Web.Core/Controllers/TokenAuthController.cs#L660-L700

hi

Please share a new providerAccessCode i will test again.

The code I share is all snippets. Please re-review the code in your real project, optimize and prevent any duplication and other issues.

Thanks

Showing 11 to 20 of 3039 entries