You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this situation, the tile will be displayed to yyy, but xxx will have access. This is useful for certain use cases where it's difficult to match access with display due to RP shortcomings.
In general, you'd set this up to have display_groups be a known-possible-subset of authorized_groups (including authorized_groups: [everyone]) for this setup to make sense.
This also solves the "egencia" RP use case a little better, i.e. RPs with the same client id, but different login URLs, where the URL depends on which group you're in for other purposes than access control
NOTE: This also means that authorized_groups and authorized_users are still used for display IF display_groups and display_users are null or not present, as fallback.
The text was updated successfully, but these errors were encountered:
ie:
In this situation, the tile will be displayed to yyy, but xxx will have access. This is useful for certain use cases where it's difficult to match access with display due to RP shortcomings.
In general, you'd set this up to have
display_groups
be a known-possible-subset ofauthorized_groups
(includingauthorized_groups: [everyone]
) for this setup to make sense.This also solves the "egencia" RP use case a little better, i.e. RPs with the same client id, but different login URLs, where the URL depends on which group you're in for other purposes than access control
NOTE: This also means that
authorized_groups
andauthorized_users
are still used for display IFdisplay_groups
anddisplay_users
arenull
or not present, as fallback.The text was updated successfully, but these errors were encountered: