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 During my work on improving the performance of SCIM, especially the PATCH method for groups, I saw that for each PATCH request, we query the entire group representation from...

enhancement

Do you consider supporting webauthn technology when logging in?

question

Some Nuget package are not compliant: * Handler must be public * No custom interface & class

enhancement

Run to this step to show cd src/IdServer dotnet run --urls=https://localhost:5001 how the warning should be resolved? ![KG%_JZDF3V ZEYUATK1GBV4](https://github.com/simpleidserver/SimpleIdServer/assets/108246986/1cba9b99-c81c-4cbc-b792-0d49032ce0bd)

question

https://martin.kleppmann.com/papers/curve25519.pdf https://github.com/digitalbazaar/x25519-key-agreement-key-2020/blob/7910d83e728dc65285d12d8edbedbd25a88892d6/lib/X25519KeyAgreementKey2020.js#L190 https://words.filippo.io/using-ed25519-keys-for-encryption/

enhancement

I have bumped up packages in pull request https://github.com/simpleidserver/SimpleIdServer/pull/650 to the latest version net 7. Also bumped up the version of one of the SCIM projects from net 5 to...

bug

Looks like there is a bug where when you try to get a group that doesn't exist and add filters you will get this ``` System.NullReferenceException: Object reference not set...

bug

I have a client set up and redirect url of https://localhost:7002/signin-oidc https://localhost:5001/form?state=CfDJ8Dz8jMtnZZdJsF3M8n78TpCm5g8gDzv0NrXXUbNB7CniNv4r5Pd6o61v-DoHa-VKd2xIOE_wLkbVZTwKCfTqEIUD975XAD1feECZp6O3kNf_sZaOkoBmoyTIHwzJLy4K6LZmDjsaLOWDTJ_BtjSrbpnpKZwi6kFtI32QqUHDG_bS6O6INN8j0I3xXqij4ygSJoe5RDaq-8y0l7C_GKkZOXWTFRJcPaJkYK38DmMpjjROtUDCQBnfhjVuROUomRJZeYzhhRJCaEyJFt_OSogNQnqS0YSbBIDbfTxP6tyHr9U3xfyEe5VzverskV_4o7rM_d3iBXfFHeid2UzxQodpc_hIKy7v6Vnlap-Awfr0r8K-6bbD6z_eX65Y_VJAJmubhg&code=75bcbc0e-cd63-46e5-9757-e3b7a7c6e9be&token_type=Bearer&session_state=Br4Q-R2_5b941iYMOG-of0giEuRqn-2RTNBJ9ZhnkTI.d02ba590-bb86-40c9-87be-92c647cbf5f0&redirect_url=https%3A%2F%2Flocalhost%3A7002%2Fsignin-oidc After login the page remains on the id server and not redirect. Also notice that if I change...

bug