E9.2 JDE Parameterised URL with SSO

mezereo

Member
Hi,

Anyone have experience working with Okta for JDE authentication.. we are not able to use Parameterized URLs with Okta, just wondering if anyone was able to make it work.

Thanks,
 
Not a direct answer to your question, but I just wanted to mention that our ESI JDE SSO can work with Okta and does support Parameterized URLs. Besides, it is probably less expensive. Please email us if you'd like more details.
 
Hi,

Anyone have experience working with Okta for JDE authentication.. we are not able to use Parameterized URLs with Okta, just wondering if anyone was able to make it work.

Thanks,
The OAuth standard does not support parameterised URLs in the redirect. You would need the app gateway to handle the parameterised URLs via either storing the values in the server session or encoding them in the state value (if you do this you must still ensure sufficient entropy to prevent replay attacks) and then recreate the parameterised URL on redirect from Okta. If the app gateway can't perform this sort of logic then you would need to deploy your own solution to perform the same stunt.
 
We were able to fix this issue by enabling an option in Okta called Deep Linking
 
Back
Top