I followed this instruction and it was working earlier. But I am getting authorization error now.
https://dev.to/amin/atlassian-saml-sso-with-auth0-idp-2jg6
Now, I am getting an error "build: authorization header missing"
- Enabled SAML 2 Web app
- Added new IDP in JSM, chose auth
- Copied Issuer (auth0) > IDP Entity ID (JSM)
- Copied IDP Login URL (auth0) > IDP SSO URL (JSM)
- Copied the certificate (auth0) > Certificate (JSM)
- Copied SP Assertion Consumer service URL (JSM) > Application Callback URL (auth0)
- Saved
Tested the flow
- JSM Customer portal login screen > Click Login > Email
- Login with sso
- Redirects to application login page
- Types in email and password
- Error "build: authorization header missing"
Added the callback URL to my application as well in auth0 as well orelse it gives me error after trying to login.
Any help is appreciated!
Thanks,
Anam