> Also, please share contents of your /etc/gluu/conf/passport-saml-config.json file.
This is what the file looks like on our inbound server:
```
{
"<STRATEGY>": {
"entryPoint": "https://<IDP Hostname>/idp/profile/SAML2/POST/SSO",
"authnRequestBinding": "HTTP-POST",
"issuer": "<INBOUND_HOSTNAME>",
"identifierFormat": "urn:oasis:names:tc:SAML:2.0:nameid-format:transient",
"additionalAuthorizeParams": "",
"logo_img":"<LOGO_URL>",
"enable":"true",
"cert" : "<CERT>",
"skipRequestCompression": "true",
"reverseMapping": {
"email" : "email",
"username": "urn:oid:0.9.2342.19200300.100.1.1",
"displayName": "urn:oid:2.16.840.1.113730.3.1.241",
"id": "urn:oid:0.9.2342.19200300.100.1.1",
"name": "urn:oid:2.5.4.42",
"givenName": "urn:oid:2.5.4.42",
"familyName": "urn:oid:2.5.4.4",
"provider" :"issuer"
}
}
}
```
> Please gather the information requested earlier (HAR + logs) and share with us, we need to see how the flow proceeds.
I have to get hold of my boss first, because I don't know whether I can share this data with you. I never heard of the HAR format before and I will probably have to anonymize the data before I can send it to you.