-
I am using identity server 4 to create windows auth in asp.net core 5 and angular app. I am logged successfully but not being redirected to the angular than app redirects me on the login page over an…
-
My auth. policy is working fine if I use Https, but if I use http, the user is logged in but he can't view the page content, it redirects him to the page
http://mydomain/Account/Login?ReturnUrl=%2Fad…
-
Hello
Do you have any plan to update IdentityServer4 templates to .net5 and .net6?
-
When I try to authorize/login from the Swagger page (https://[domain]/swagger/index.html) a new page opens
**http**://[domain]/Account/Login?[etc.]
If I set my server to redirect `http` (port 8…
-
I have created a project template by
> dotnet new react -o project_name -au individual
So after scaffolding a react app with authentication and identity server, the following content was added …
-
i using idsrv4 service with redis, under the request presure i find some errors like that:
![image](https://user-images.githubusercontent.com/12151026/136879241-c034e09e-a28b-4819-9f85-a62c92777…
-
I changed the .env to use my IP
ESHOP_EXTERNAL_DNS_NAME_OR_IP=192.168.1.152
but clicking the LOGIN page doesn't work. Health check says the identity service is up. What else do I need to do ?
…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
When I try to use Authentication in my multi-WebAssembly Blazor applications, I receive…
-
update-database DbInit -Context AdminIdentityDbContext -Project Skoruba.IdentityServer4.Admin.EntityFramework.MySql
-
I did your bookshop sample with **razor-ef_core-sqlite** and this is what I got :
```
SqliteException: SQLite Error 1: 'no such table: AbpSettings'.
Microsoft.Data.Sqlite.SqliteException.ThrowExc…