问题描述
我已按照指南 https://ultimatesecurity.pro/post/okta-saml/到使用keycloak配置OKTA Saml.完成此配置后,我看到登录页面上的Okta/saml登录按钮,单击该按钮,用户是重定向到Okta登录名/SSO.
I have followed the guide https://ultimatesecurity.pro/post/okta-saml/ , toconfigure OKTA Saml with keycloak. After this configuration, I seeOkta/saml login button on login page, clicking on which, the user isredirected to Okta login/SSO.
现在,有一种方法可以避免每次都单击此按钮,从而当出现keycloak登录页面时,用户将自动重定向到Okta SSO自动替换显示的带有OKta重定向的keycloak登录表单按钮?
Now, is there a way to avoid clicking on this button everytime such thatwhen the keycloak login page appears, user is auto redirected to Okta SSOautomatically instead of shown keycloak login form with okta redirectbutton?
如果没有,是否可以在密钥斗篷中输入okta用户名密码表单字段和密钥斗篷是否已从Okta内部进行了验证?
If not, is it possible to enter okta username password within the keycloakform fields and keycloak have it validated internally from Okta?
此要求是因为客户仅使用Okta作为IDP,并且确实没有其他类似LDAP之类的东西,单击按钮似乎很麻烦.
This requirement is because the customer is using only Okta as IDP and doesnot have any other like LDAP etc and clicking on a button seems overhead.
推荐答案
解决方案非常简单.
1.转到领域->配置->身份验证
2.转到流程->浏览器->身份提供程序重定向器->操作->配置
3.输入您为领域创建的saml/okta身份提供者名称
(如您所见,它是saml-okta-41)
这篇关于Keycloak:如何自动将Keycloak用户重定向到OKTA SSO页面,而不是单击按钮?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!