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
{{ message }}
This repository has been archived by the owner on May 17, 2021. It is now read-only.
It is possible, but changes in code required. Token attribute names come from Azure in form of URI. But redmine_omniauth_saml.rb at line 67 splits config line by dots and break this URI if supplied.
So, you need to change split symbol in code above to something, forbidden in URI, e.g. space (' '):
`h[symbol] = key.split(' ')
Anyone have a working saml-initializers.rb config for azure AD?
So far just getting this with the default config:
" Invalid user or password. You may want to close SSO session before trying an other username. "
Suspect I just have to pull and map the right attributes but I'm not sure.
Current SAML token attributes are: givenname, surname, emailaddress, name
The text was updated successfully, but these errors were encountered: