Hello,
Is there any documentation I can use to integrate Bottom with SAML for SSO? Trying to see if I can have folks in my company access botium with their corporate user id.
Thanks
Hello,
Is there any documentation I can use to integrate Bottom with SAML for SSO? Trying to see if I can have folks in my company access botium with their corporate user id.
Thanks
Hi Florian,
Thanks, is there a way to change the entity Id in the metadata file? The entity id is more that 100 characters and the IDP requires the entity id to be less that 100 characters.
Jagi
Should be possible by setting the issuer attribute in the options
{
"options": {
"entryPoint": "...",
"cert": "...",
"issuer": "my-botiumbox-com"
},
...
}
Thanks Florian, that worked.