AbpMicroservice icon indicating copy to clipboard operation
AbpMicroservice copied to clipboard

Used the new tenant login problem?

Open liquehuo opened this issue 2 years ago • 3 comments

After adding a new tenant, I logged out and then used the new tenant login to jump back to Blazor localhost: 5000, but there was an error and the login was not successful! Error message: There was an error trying to log you in: 'There was an error signing in.'

Please help me take a look,thanks! Has anyone tried? Do you have the same problem?

I created a new project using the following command. dotnet new abp-ms -n MyProjectName

liquehuo avatar Aug 18 '23 06:08 liquehuo

The response was successfully returned as a challenge response: {
  "error": "invalid_token",
  "error_description": "The specified access token is bound to an account that no longer exists.",
  "error_uri": "https://documentation.openiddict.com/errors/ID2025"
}.

liquehuo avatar Sep 18 '23 03:09 liquehuo

The response was successfully returned as a challenge response: {
  "error": "invalid_token",
  "error_description": "The specified access token is bound to an account that no longer exists.",
  "error_uri": "https://documentation.openiddict.com/errors/ID2025"
}.

are you find any solution ?

yusuffaslann avatar Mar 19 '24 00:03 yusuffaslann

The response was successfully returned as a challenge response: {
  "error": "invalid_token",
  "error_description": "The specified access token is bound to an account that no longer exists.",
  "error_uri": "https://documentation.openiddict.com/errors/ID2025"
}.

are you find any solution ?

I used vue3 as front end, And add "__tenant" to headers then just ok But i dont it kown is a good way?

liquehuo avatar Mar 27 '24 04:03 liquehuo