Skip to content

Commit

Permalink
Add a heading to make default claims more clear.
Browse files Browse the repository at this point in the history
  • Loading branch information
partim committed Dec 5, 2024
1 parent bc2c3c7 commit 4f23dc4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/manual/source/multi-user/openid-connect-provider.rst
Original file line number Diff line number Diff line change
Expand Up @@ -689,11 +689,16 @@ as the ID of the user in Krill, you can do this like so:
Given the example claims above, would use the value "Jane" as the ID of the
user logged in to Krill.


Default claims configuration
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

By default, Krill uses the value of the “email” claim as the user ID and
the value the “role” for the role. Given that the example claims above don’t
contain a “role” claim, Krill would reject a login with the defaults since
it doesn’t know what role to use.


Matching claims by name
~~~~~~~~~~~~~~~~~~~~~~~

Expand Down

0 comments on commit 4f23dc4

Please sign in to comment.