@Tom BosmansThank you.
I am directly invoking authentication policy to perform authentication. Once authentication is successfully performed, user request will be forwarded to the application landing page.
How the redirection uri can be set in the Infomap for a virtual junction?
Since reverse proxy always matches host header to direct the requests to junction server, the host header should be passed from AAC runtime to WGA or below setting alone will do the trick.
context.set(Scope.SESSION, "urn.ibm.security.asf.response.token.attributes", "itfim_override_targeturl_attr","@virtual_host_junction_label/path");
------------------------------
Mahi
------------------------------
Original Message:
Sent: Tue November 08, 2022 08:37 AM
From: Tom Bosmans
Subject: Infomap authenticator - Virtual junction
To be able to use your/mga junction together with your virtual host junction (to enable AAC), you can try to set match-vhj-first to no. This reverses the standard matching mechanism (where everything is sent to the backend server automatically), and will check your other junctions first.
In webseald.conf, you can set this:
[junction]match-vhj-first = no [session] shared-domain-cookie = yes
Note that you can't have any standard junctions that match whatever's in your virtual host junction , because the standard junctions will now take precedence.
------------------------------
Tom Bosmans
------------------------------