Skip to content

Commit

Permalink
adding note about oidc module improvements to release notes for 4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
skublik committed Apr 27, 2023
1 parent 3925b31 commit 9e435aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ The {release-version} release brings streamlined upgrade process, security stabi

=== New Features and Improvements

* Improvements for the OIDC authentication module. Since version 4.8, the flow for identifying a user logged in via the GUI has been changed. MidPoint uses the claim value with the name from the _nameOfUsernameAttribute_. The claim is primarily obtained from the ID token. When a claim is missing in the ID token, midPoint looks for it in the access token. Finally, if the claim is missing in the access token, midPoint uses the user info endpoint to retrieve the claim. And since version 4.8 for REST request midPoint supports authentication with one of two token formats, JWT and Opaque Token. See https://docs.evolveum.com/midpoint/reference/security/authentication/flexible-authentication/configuration/#module-oidc[the documentation] for more configuration details.

* TODO

=== Miscellaneous Improvements
Expand Down

0 comments on commit 9e435aa

Please sign in to comment.