Thanks. I will check it.
hi
Closed
ok, is the issue solved?
hi
You can add a query string(__tenant
) to pass the tenant.
https://abp.io/support?__tenant=acme
and still get the invalid_grant error.
Please share the new host - identitymodel.txt
again.
The issuer should end with /
https://localhost:44372/
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.