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
I used this gem in our application to setup Shibboleth based authentication. The SAML response received from Identity provider is base64 encoded.
I have following setup in attribute-map.yml,
"urn:mace:dir:attribute-def:mail" : "email"
After successful login, I see that it is storing encoded value in the email column of users table. What do I need to do to decrypt the base64 encoded SAML response ?
Please advice.
Thank you for your time.
The text was updated successfully, but these errors were encountered:
Hello Everyone,
I used this gem in our application to setup Shibboleth based authentication. The SAML response received from Identity provider is base64 encoded.
I have following setup in attribute-map.yml,
"urn:mace:dir:attribute-def:mail" : "email"
After successful login, I see that it is storing encoded value in the email column of users table. What do I need to do to decrypt the base64 encoded SAML response ?
Please advice.
Thank you for your time.
The text was updated successfully, but these errors were encountered: