OIDC and Ping Identity

0
Has anyone experience of linking the new OIDC SSO module to Ping Identity for SSO? We have followed all available documentation, that we can find, from both the Mendix ecosystem and Ping, but have been unable to get a successful connection instead we get the following error from Ping We are unsure of the required format for the redirect URL(s), we have tried, in Ping, URL’s with format(s)  https://ourapp.mxapps.io/index.html/oauth/v2/callback https://ourapp.mxapps.io/oauth/v2/callback We are also unsure of the correct required format for the fields in Ping: Initiate Login URI Target Link URI Signoff URL’s Any help gratefully received.
asked
2 answers
0

Hi Simon, 
The second format is the correct one from what I know.

As I did not use Ping myself I just found this on their website about the fields:
https://docs.pingidentity.com/bundle/pingone/page/qxp1584551500267.html

Signoff:
https://support.pingidentity.com/s/article/Single-LogOut-Endpoints



Hopes this help!

 

Regards
Jérémie

answered
0

Thanks Jeremie, we eventually traced it to the Token Endpoint Authentication Method setting in Ping, this needs to be set as Client Secret Post as this is the only (client secret) method that is appears the OIDC SSO module uses. We had (mistakenly) focused on the ‘Basic’ method to start with as we tried to keep the solution simple to start with.

answered