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

Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...

dependencies
javascript

Bumps [log4js](https://github.com/log4js-node/log4js-node) from 6.3.0 to 6.4.2. Changelog Sourced from log4js's changelog. 6.4.2 bug: fixed fileSync appender to create directory recursively - thanks @​peteriman bug: fixed serialise() for NaN, Infinity, -Infinity...

dependencies
javascript

Bumps [node-sass](https://github.com/sass/node-sass) from 5.0.0 to 7.0.0. Release notes Sourced from node-sass's releases. v7.0.0 Breaking changes Drop support for Node 15 (@​nschonni) Set rejectUnauthorized to true by default (@​scott-ut, #3149) Features...

dependencies
javascript

Hello. I could not find the proper starting point of SQL integration. Is it possible to use this project to provision the users into SQL Database? Best regards,

question

Hi, I tried to run [OKTA Runscope tests](https://developer.okta.com/docs/guides/scim-provisioning-integration-prepare/main/#test-your-scim-api) against Simple ID SCIM server. Most of the tests pass. It failed on 404 error. For getting non-existing resource (user), it expects:...

bug

Hi, I wanted to evaluate if SimpleIdServer was a good fit for us, and I was looking for some example(Asp.Net Core + Angular), but the github page refers to https://simpleidserver.github.io/SimpleIdServer/...

Hello, is it possibile to change the response of the ResourceTypes endpoint? This is the current response: ![image](https://user-images.githubusercontent.com/10979448/151361592-2c8ca31c-c4d2-433b-8bd2-b05e4999a735.png) But following the RFC (https://datatracker.ietf.org/doc/html/rfc7643#section-8.6) it should be: ![image](https://user-images.githubusercontent.com/10979448/151362016-9ed9e087-de5b-422b-b06a-4a98e29714c1.png) And also I...

bug

Hello guys, is it possible add the resource changed in the payload of notification of "RepresentationReferenceAttributeAddedEvent"? Now there are: ![image](https://user-images.githubusercontent.com/10979448/150751678-d9bb41de-f9a1-4da3-8c07-1d5b7cbc78e6.png) is it possible to have somthing like: ![image](https://user-images.githubusercontent.com/10979448/150751913-822b1c63-65a3-4478-8e7e-ac4c0204b065.png) So also...

enhancement

Hello guys, I noticed performance issue in case of a lot of users assigned to specific group (500 for example). It takes 8 min to add a new user to...

bug

Trying to following the docs I get this error compiling as the extension method appears to be missing from the SimpleIdServer.OpenID nuget package build. Severity Code Description Project File Line...