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?