Hi,
I need to add relaystate property so should I add property "saml.sp.use.relaystate": true in SAML Authentication Handler configuration file
com.adobe.granite.auth.saml.SamlAuthenticationHandler~okta.saml.cfg.json:
......
or should i add in
userAuthService.java:
...............................
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
It depends on how you want to configure your SAML setup.
Option 1 will limit your configurations to a specific scope. Typically, the OSGi configuration will be associated with a specific RUNMODE and a particular SAML configuration, such as Okta in your case.
On the other hand, Option 2 defaults the configuration for any other SAML implementation. This means that if you add a new SAML configuration, it will inherit the default configuration you've set up.
Hope this helps.
Hi,
It depends on how you want to configure your SAML setup.
Option 1 will limit your configurations to a specific scope. Typically, the OSGi configuration will be associated with a specific RUNMODE and a particular SAML configuration, such as Okta in your case.
On the other hand, Option 2 defaults the configuration for any other SAML implementation. This means that if you add a new SAML configuration, it will inherit the default configuration you've set up.
Hope this helps.
Hi @tatrived
Did you find the suggestions from users helpful? Please let us know if more information is required. Otherwise, please mark the answer as correct for posterity. If you have found out solution yourself, please share it with the community.
I tried to use "saml.sp.use.relaystate": true for relay state redirection but it is not working. Post Authentication the user is landing on the home page of the application despite relay state being present in the URL. Any additional configuration is needed?
Views
Replies
Total Likes
Hello,
did you find a solution for this?
Thank you
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies