qer-app-portal seamless sign on

Hi

I enabled SSO for the new api-server-based web portal (qer-app-portal) using Entra as IDP.

The login using "OAuth 2.0/OpenID Connect (role-based)" works just fine.

Opening host.com/apiserver/html/qer-app-portal/ does not log me in seamlessly but welcomes me with a selection of auth. methods.

I dont want my users to select any method. I just want them to directly be signed on using oauth.

I tried disabling all other auth. methods but it didnt do the trick (Designer -> Base Data -> Security Settings -> Programs -> Application Server).

Any tips?

Thanks

Jonas

OIM 9.2.1

Parents
  • Hi  

    I might be wrong, but oAuth cannot be set as SSO. In your scenario, you already have a session open in Entra and need to use the same credentials to login to the web portal, ok?

    In our v92 install we did try as well to select one auth method (oauth , Google as IDP) to no success. So we ended up with modifications to the qbm/login component and html page. Our users are presented with a single button which starts the oauth dialog with Google. Of course, if they have a session open with their google account, they are logged in without entering their password.

Reply
  • Hi  

    I might be wrong, but oAuth cannot be set as SSO. In your scenario, you already have a session open in Entra and need to use the same credentials to login to the web portal, ok?

    In our v92 install we did try as well to select one auth method (oauth , Google as IDP) to no success. So we ended up with modifications to the qbm/login component and html page. Our users are presented with a single button which starts the oauth dialog with Google. Of course, if they have a session open with their google account, they are logged in without entering their password.

Children
No Data