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
optional attribute extraction from the HTTP headers instead of the environment, configurable through the plugin's configuration UI (thanks to @mheder)
optional attribute transformations (thanks to @mheder):
truncate affiliation values and keep only the last segment after ':'. Useful for standard eduPersonEntilement values. ('foo:bar:baz:qux:RoleName' becomes 'RoleName')
transform login ID to make it valid screen name. Replace '@' to '.at.' and '_' to '-'. ('[email protected]' becomes 'foo-bar.at.baz.org')