Ok, so I have OIDC and SAML configured in my environment because I have 2 identity sources that will connect.
The problem is when I give the direct link of a page to an end user PSU wants to auto direct them to the OIDC Identity source.
So, I tried to setup some redirect URLs that I have used for other SAML apps but the PSU doesn’t seem to like them.
Example:
https://address.com/sso/saml?RelayState=https%3A%2F%2Fwebsite%2Fwebpage%2FHome
So, currently I have a little note of click on which app you want to go into since it will land on the standard user dashboard with the different apps.
What I am wondering it is possible to give the end user a direct link to a site so that will go through the SAML auth vs OIDC?
Thanks,
Derek
Product: PowerShell Universal Version: 1.4.6
If you go to https://<PSU-SERVER-FQDN>/login you will see a login page that has buttons to select which external method to use (or to use a local account).
To answer your question about direct paths to specify a method, you can use the following:https://<PSU-SERVER-FQDN>/api/v1/signin/{method} where the method is whichever you choose.
I don’t have OIDC configured to know what it shows up as (as far as what the method’s name would be), but I can say that SAML2 shows up as “Federated”.
You can use https://<PSU-SERVER-FQDN>/swagger to then use the API /api/v1/authmethod with a token for an identity with each method to see what the returned value is and then go from there.