Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# OpenIddict Utils
Contains packages to assist in integrating Rock Solid Knowledge components into OpenIddict.

## Support
Here is a table detailing which versions of AdminUI support each version of the Utils package.

| Utils Package Version | AdminUI Version | Notes |
|:---------------------:|:---------------------:|--------------------------------------------------------------------------------------------|
| v1.0.0 | v1.0-v1.1, v2.0, v3.0 | These versions of the Utils and AdminUI package are incompatible with the Rsk.Saml package |
| v2.0.0 | v1.2+, v2.1+, v3.1+ | Rsk.Saml package support was fixed from this point |


## Scopes and Client Applications Claims
### Use case
In the OIDC protocol, it is common to assign Claims to both Scopes and Client Applications. Once this binding is in place, the associated Claims should be automatically included in the token when the access request is successful.
Expand Down