OIDC SSO with multiple Custom Domains

bryan_morvig
Tera Contributor

We are looking to implement SSO to/from multiple apps and ServiceNow using OAuth OIDC and JWTs.  We are going this route to be compatible with certain internally developed applications.  We also use multiple custom URLs in addition to our standard x.service-now.com URL.  Our Identity Provider (Ping Federate) is able to have a single record which will accept authentication from all of our domains with response URLs for any of our three URLs, but depends on ServiceNow to provide the correct response URL in our request.  

 

I can see the MultiSSO_OIDC_custom script include as a script extension of MultiSSO_OIDC_internal but there is little to no documentation of the functions and/or methods available for use here, or the structure of the objects to be manipulated. 

 

Essentially, all I need to do is change the Response URL in the request based on the domain that the user is connecting to.  Does anyone have any suggestions on how this can be accomplished short of creating two identity provider records?

 

Thank you!

Bryan

2 REPLIES 2

Jakub Drdak
Tera Contributor

Hey Bryan,

did you sort this out, please? I have same problem.

bmorv80
Tera Contributor

We did not.  We kicked the can down the road so to speak and are looking for additional authentication options to be made available from ServiceNow soon.