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
Since userid should be an opaque internal id, we should support specifying any of the external user identifying attributes from :oidc-userid-attributes in the APIs where a :userid is currently expected.
change APIs to search for the user from one of :userid or :oidc-userid-attributes. First one will be used.
Since userid should be an opaque internal id, we should support specifying any of the external user identifying attributes from
:oidc-userid-attributes
in the APIs where a:userid
is currently expected.:userid
or:oidc-userid-attributes
. First one will be used.See https://github.com/CSCfi/rems/blob/master/docs/architecture/014-userids.md and particularly https://github.com/CSCfi/rems/blob/master/docs/architecture/014-userids.md#login
The text was updated successfully, but these errors were encountered: