SimpleIdServer icon indicating copy to clipboard operation
SimpleIdServer copied to clipboard

OpenID, OAuth 2.0, SCIM2.0, UMA2.0, FAPI, CIBA & OPENBANKING Framework for ASP.NET Core

Results 230 SimpleIdServer issues
Sort by recently updated
recently updated
newest added

Hello, In version 5.03, I was able to use my own Global.resx file for localization. This functionality appears to be broken in version 6.02. I understand that part of the...

enhancement

![Image](https://github.com/user-attachments/assets/6e7bc072-5341-4795-b589-70a30628b00c) The add mapper dialog show nothing. What I want to do is add userId and realm info to profile, so I can include these infos in access token, how...

bug

建议:增加新特性 ,支持使用aspnetcore的 PathBase 例如 https://localhost:5000/sso/master 。 Suggestion: Add new features that support the use of aspnetcore's PathBase, such as https://localhost:5000/sso/master 。

question

Hello, I downloaded the latest project of your master branch. When I changed the database to POSTGRE and used an empty database, when starting the project, the table creation failed:...

question

![Image](https://github.com/user-attachments/assets/be58d1bc-2db7-4f38-a9f4-507dff6071a9) When I use Dotnet Template use Postgres, first launch will encounter this issue.

question

Hello, An issue has been identified in the logout functionality when a relative path is specified (e.g., _https://{host}/staging/identity_). The problem occurs in the **EndSession** method of the **CheckSessionController**. ``` .......

bug

Hello, When attempting to override existing CSS or add new styles, the changes do not persist after a page refresh. ### Reproduction Steps: 1. Navigate to the pwd form. 2....

bug

Hello, We’re encountering an issue where the system includes all claims in the cookie by default, leading to excessively large headers. This triggers HTTP 431 errors ("Request Header Fields Too...

bug

Hello, I noticed that your this article: https://simpleidserver.com/docs/idserver/quickstart/createidserverwithui I am now implementing a project based on him that follows the simplest authorization code process. So, I made some modifications on...

question

![Image](https://github.com/user-attachments/assets/6322b968-aebc-4b07-aa3a-22aa40561b1b)