Is the Message contains error: 'invalid_grant', error_description: 'The issuer associated to the specified token is not valid.' error solved?
hi
IDX10205: Issuer validation failed. Issuer: 'https://localhost:44372/'. Did not match: validationParameters.ValidIssuer: 'null' or validationParameters.ValidIssuers: '{0}.localhost'.
Please try to add https://localhost:44372/ to ValidIssuers list.
And your wildcard domain format: *.localhost needs the port.
hi
You can override this controller in AuthServer project to clear the __tenant cookie.
https://github.com/abpframework/abp/blob/rel-8.3/modules/openiddict/src/Volo.Abp.OpenIddict.AspNetCore/Volo/Abp/OpenIddict/Controllers/LogoutController.cs#L8-L25
hi
The changes will be available >= 9.3.0
Thanks.
hi
Please send an email to liming.ma@volosoft.com
I will share the latest ExternalLocalizationSaver with you. then you can use it to override the default one(IExternalLocalizationSaver).
Thanks.
hi
I will check this case.
Thanks.