From: Krzysztof B. <kb...@un...> - 2018-06-08 07:38:51
|
Hi Nikolaos, W dniu 07.06.2018 o 13:30, Nikolaos Evangelou pisze: > Hello Krzysztof, > > Based on this session of the unity idm documentation > http://www.unity-idm.eu/documentation/unity-2.4.0/manual.html#_preselected_automated_authentication I > managed to preselect an IdP and auto login using the parameters > ?uy_select_authn=samlWeb.${|authenticationOptionId}|&uy_auto_login=true . > It’s possible to make a OIDC authorization request with preselected > IdP for a specific client? > I'm not sure if I understand the question. As you succeeded with auto-login with those options, which are provided by a client, you should be able to selectively use them only for your specific client. If the problem is that you can use those special query params for that client, you can enable this server-side. Create a separate oauth authorization endpoint in Unity and configure it to auto-login all clients (|unity.endpoint.web.autoLogin=true|). Then point your specific client to that endpoint. Best Krzysztof |