最近搜索


没有最近搜索

JWT SSO with Multiple Subdomains

已回答


已于 2022年2月24日 发布

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 条评论

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


请先登录再写评论。

找不到所需的内容?

新建帖子