-
JLS replied to the topic Handle the browser requests to all the resources in the forum Identity Gateway 7 years, 4 months ago
I could use a DispatchHandler inside the 99-default.json route in the way below, but if I want to use OpenIG to protect different web sites (e.g. /login to access google and /yahoo to access yahoo”) how can I do?
{
[Read more]
"handler": {
"type": "DispatchHandler",
"config": {
"bindings": ,
"handler":… -
JLS started the topic Handle the browser requests to all the resources in the forum Identity Gateway 7 years, 4 months ago
Hello,
I’m trying to configure OpenIG to display the Google home page when the user opens: http://<openIG>/login
I don’t need the redirect, it’s a test for future porpouse.
I configured this route:{
[Read more]
"handler": {
"type": "Chain",
"config": {
"filters": ,… -
JLS replied to the topic OpenIG as SAML 2.0 Service Provider in the forum Identity Gateway 7 years, 4 months ago
Hi,
yes, it calls the “saml/SPInitiatedSSO” endpoint when the username is empty, but who handles this endopint? -
JLS started the topic OpenIG as SAML 2.0 Service Provider in the forum Identity Gateway 7 years, 4 months ago
Hello,
I’m trying to understand how OpenIG works as Service Provider with SAML 2.0.
The “SamlFederationHandler” handler receives the SAML response from the IDP, and maps the assertions. But how this handler works when it has to send an authentication request to the IDP?Referring to the example in Forgerock documentation (par. 6.9):…[Read more]