diff --git a/doc/user/group/saml_sso/troubleshooting.md b/doc/user/group/saml_sso/troubleshooting.md index 048a8b461b457be34cb833d24434baf9e69fe7bb..521bec04c4a38571c5cb12fcc2a8e263dff8de90 100644 --- a/doc/user/group/saml_sso/troubleshooting.md +++ b/doc/user/group/saml_sso/troubleshooting.md @@ -96,7 +96,14 @@ In these cases, use one of the [SAML debugging tools](#saml-debugging-tools), or a group owner can get a copy of the SAML response from when they select the "Verify SAML Configuration" button on the group SSO Settings page. -Use a base64 decoder to see a human-readable version of the SAML response. +Use a base64 decoder to see a human-readable version of the SAML response. To avoid pasting the SAML response online to decode it, you can use your +browser's console in the developers tools: + +```javascript +atob(decodeURI("<paste_SAML_response_here>")) +``` + +You should get the SAML response in XML format as output. ## Configuration errors