hi
During this process, the session in the SSO application is automatically terminated.
What does this mean? Can you explain it in detail?
Also, can you share the logs of all projects during the process?
liming.ma@volosoft.com
Thanks
No problem. : )
hi
You can try NavigationManager.NavigateTo("/Account/Login", true);
Can you try another Redis server to test it? We didn't encounter such a problem.
You could try Redis in docker container.
hi
We aren't familiar with Flutter. Do you get any errors on the backend app?
hi
I think Microsoft Azure AD should support Federated Sign-out. You can try to call the SignOutAsync
await Context.SignOutAsync("Microsoft Azure AD Scheme");
hi
That's because the OAuth 2.0 specification restricts the charset you're allowed to use for the error and error_description parameters:
https://stackoverflow.com/questions/76480828/openiddict-doesnt-support-localization/76483313#76483313
hi
You can ignore this for now. Try to test if the AuditLogging works.