Skip to content

Commit

Permalink
Changed: updated release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
GPortas committed Dec 12, 2024
1 parent 4227eff commit abf6994
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion doc/release-notes/10959-oidc-api-auth-ext.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ where ``BearerTokenAuthMechanism`` successfully validates the token but cannot i
is no account associated with the token.

To register a new user who has authenticated via an OIDC provider, a new endpoint has been
implemented (``/users/register``). A feature flag called ``api-bearer-auth-provide-missing-claims`` has been implemented to allow
implemented (``/users/register``). A feature flag named ``api-bearer-auth-provide-missing-claims`` has been implemented
to allow
sending missing user claims in the request JSON. This is useful when the identity provider does not supply the necessary
claims. However, this flag will only be considered if the ``api-bearer-auth`` feature flag is enabled. If the latter is
not enabled, the ``api-bearer-auth-provide-missing-claims`` flag will be ignored.

A feature flag named ``api-bearer-auth-handle-tos-acceptance-in-idp`` has been implemented. When enabled, it specifies
that Terms of Service acceptance is managed by the identity provider, eliminating the need to explicitly include the
acceptance in the user registration request JSON.

0 comments on commit abf6994

Please sign in to comment.