OAuth 2.0-based authentication of users and devices, user profile management, Single Sign-On (SSO) and Identity Federation across multiple administration domains.
The iSHARE OIDC flow created ID tokens without a nonce claim. The SELECT statement for getting oauth information from the database missed the 'nonce' attribute. This attribute has now been added.
Types of changes
[x] Bugfix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality
to not work as expected)
Proposed changes
The iSHARE OIDC flow created ID tokens without a nonce claim. The SELECT statement for getting oauth information from the database missed the 'nonce' attribute. This attribute has now been added.
Types of changes
Checklist
Further comments
No further comments