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

As a SimpleIdServer user, when it comes to upgrading, I would much appreciate if the [releases](https://github.com/simpleidserver/SimpleIdServer/releases) had a Changelog so I could see if there are breaking changes or what...

documentation

At the moment the latest v4.0.7 uses dotnet 7 for some of the packages like: "SimpleIdServer.Scim.Swashbuckle", "SimpleIdServer.Scim.Persistence.EF" and others. Dotnet 7 not being a long-term-supported version, is not available for...

enhancement

Hello, excuse me, do you have a plan to realize the permission? For example, a super administrator and a realm administrator can log in to 5002, but only a super...

enhancement

https://openid.net/specs/openid-federation-1_0.html

enhancement

Currently, the `SCIMSchemaExtractor.Extract()` method expects a file path as input, which is immediately read and parsed into a JObject: https://github.com/simpleidserver/SimpleIdServer/blob/2c65b5256e1a902db0948395c59819342e23178d/src/Scim/SimpleIdServer.Scim/SCIMSchemaExtractor.cs#L14-L19 It would be convenient if there was a separate method...

https://simpleidserver.com/docs/tutorial/regularweb I authorized according to the document, but this error occurred. ```shell https://localhost:7233/claims ``` ```json { "error": "invalid_request", "error_description": "redirect_uri https://localhost:7233/signin-oidc is not correct", "state": "CfDJ8PZ8k5OQmJdKogCa1orNaUtleQKpAfsPpAHFSe6QQH6gfvnxfv1JTQSFGzEomnNVweodILbnGW7C3BeSgm3iO0pBc3VeSStctxA26ivMUAl25IQV1-pK-fuh4TT896Bsoe-tFOuhDFa2Q8IqOmubOAt31NILji8rocXDFM7sonBvteN0eWswfiNr7KTBYfekztQnHTBtEL4Ysj4P3iIaPNVlwDmfXd_3oRLQ9GQvt355UcDtS852jQUeQCZx0z8THlKVofAqphrVfCRccF5PeoPQ4GnrSXThFj1QcQy88-s7g_J5Ic432FeOU4fWepYs1Y6TkuxqpeEygF5gWDpFCXykSk-6JJtJQKkPQIbANdkT8kvunwKUvj5sxeNtd1KCRw" } ``` my application...

Is using the ids in this project: https://github.com/DuendeSoftware/Samples/tree/main/IdentityServer/v7/SessionManagement/BackChannelClient Front channel logout URL configured in ids: ![image](https://github.com/simpleidserver/SimpleIdServer/assets/79817742/47e88a9b-7b99-45f2-994d-ce66a9ece310) I found that when I log in to my client and then visit the...

question

* Update the documentation : ** Enroll OTP and use as 2FA : OK ** Authenticate with Identity Server by scanning QR Code : OK ** Can use as back...

enhancement

Unhandled exception. System.TypeLoadException: Could not load type 'SimpleIdServer.Configuration.ConfigurationRecordAttribute' from assembly 'SimpleIdServer.Configuration, Version=5.0.1.0, Culture=neutral, PublicKeyToken=null'. at System.ModuleHandle.ResolveType(QCallModule module, Int32 typeToken, IntPtr* typeInstArgs, Int32 typeInstCount, IntPtr* methodInstArgs, Int32 methodInstCount, ObjectHandleOnStack type)

bug