SAML Authentication on multiple Service Principals (SPs) with only one login

Juan Manuel Castro 0 Puntos de reputación
2024-07-05T18:22:16.6066667+00:00

Hi. I have two firewalls acting as proxies. Each firewall has different resources behind them. This firewalls are configured as SAML SP's and Azure as SAML IdP to get authentication with Microsoft credentials before access any resource behind the firewalls.

I configured only one SAML Enterprise application on Azure with two identifiers.

User's image

Now, if I try to access one of the firewalls, I get the microsoft login page asking for credentials, but if I try to access the second firewall, I will be asked for credentials again.

I want to access login just one time and get access to both firewalls.

I think somehow both firewalls are not sharing the SAML assertions, even though I have both configured under the same enterprise application.

Any advice?

Thank you.

Azure
Azure
Plataforma e infraestructura de informática en la nube para crear, implementar y administrar aplicaciones y servicios a través de una red mundial de centros de datos administrados por Microsoft.
265 preguntas
0 comentarios No hay comentarios
{count} votos

1 respuesta

Ordenar por: Lo más útil
  1. Juan Manuel Castro 0 Puntos de reputación
    2024-07-19T05:22:59.6+00:00

    I found that the issue was in the application, because it uses an embeded browser. I change this to use an external browser (of the device) and the issue was solved.

    Also I am controling the time the user is connected using SAML by change the Conditional access section of the Enterprise Application.