Recent searches


No recent searches

JWT SSO with Multiple Subdomains

Answered


Posted Feb 24, 2022

We currently use JWT SSO for our system and we are looking at moving to a subdomain per customer on our end ie (example1.software.com, example2.software.com, etc)

Currently, the SSO works by sending a redirect to our main server (app.software.com) but this doesn't work when we need to redirect our customers to their subdomain.

Is there a way that the the JWT SSO can be modified to allow us to use subdomains to authenticate our customers?


0

1

1 comment

We have a similar setup. Apparently its only working by redirecting to a custom script that das the subdomain resolution. Since you are using already the JWT SSO you must have implemented something custom on the IDP side, you would have to add the IDP resolution there.

check out this post

https://support.zendesk.com/hc/en-us/community/posts/4421947829914-Tip-Enabling-JWT-SSO-with-Multi-Host-Applications?input_string=jwt%20SSO

0


Please sign in to leave a comment.

Didn't find what you're looking for?

New post