https://github.com/gresau/openiddict-session-management-sample
https://github.com/gresau/openiddict-session-management-sample
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gresau/openiddict-session-management-sample
- Owner: GREsau
- License: apache-2.0
- Created: 2024-06-10T09:36:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-12T21:11:57.000Z (11 months ago)
- Last Synced: 2025-03-02T00:49:15.681Z (7 months ago)
- Language: C#
- Size: 705 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenIddict Session Management Sample
This sample application is based on the [Contruum sample](https://github.com/openiddict/openiddict-samples/?tab=readme-ov-file#aspnet-core-samples), but with [OpenID Connect Session Management 1.0](https://openid.net/specs/openid-connect-session-1_0.html) implemented. This sample application has been verified by running the `OpenID Connect Core: Session Management Certification Profile Authorization server test` profile in [the OIDC certification suite](https://www.certification.openid.net/).
To see the specific changes that were necessary to implement Session Management, see [commit bc842c2](https://github.com/GREsau/openiddict-session-management-sample/commit/bc842c23acc000b6069c589ff972976c0d077b95).