Hi Mohib,
Here is the passport-saml-config.json config file. Please let me know what else you may need.
```
{
"jorsek-google": {
"entryPoint": "https://accounts.google.com/o/saml2/idp?idpid=C03x7blkg",
"issuer": "jorsek-gluu-saml-sp",
"identifierFormat": "urn:oasis:names:tc:SAML:2.0:nameid-format:transient",
"authnRequestBinding": "HTTP-POST",
"additionalAuthorizeParams": "",
"logo_img":"https://easydita.com/wp-content/uploads/2018/12/easyDITA-and-Jorsek-Logo-Small.png",
"enable":"true",
"cert":"[CERT-REDACTED]",
"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"
}
}
}
```