Jan Škoruba
Jan Škoruba
🚀😎 Here is the new repository with **Duende IdentityServer Admin UI**: https://github.com/skoruba/Duende.IdentityServer.Admin
Hey @CharKourkoulis - the AdminUI project is included as nuget package for easier updating for a newer version. ☺
It is `Skoruba.Duende.IdentityServer.Admin.UI` package. 😎
You can check how the project structure looks like and you can override the specific view/controller - for example: You can create following path: `Areas/AdminUI/Views/Home/Index.cshtml` - and use your code....
Not sure, I do not have too much experience with MySQL. :(
Ok, I think it will be related to this PR: https://github.com/skoruba/IdentityServer4.Admin/pull/931
I have found similar issue here:https://github.com/dotnet/aspnetcore/issues/19292
Hi @omidghorbani thanks for tip, I will check it and consider add to road map.
What errors do you get?
Take a look at `PostLogoutRedirectUri` and `AutomaticRedirectAfterSignOut` in LoggedOutViewModel.