Wso2IS skip authenticationendpoint/login.do

坚强是说给别人听的谎言 提交于 2020-01-11 10:58:27

问题


Using java client, I have generated the SAMLRequest string
Is there a way to post the whole data, and skip the IdentityServer login page?
With the data which I pass, has to meet the authentication for SSO and then generate Oauth2Token.


回答1:


You can use request path authentication and send the username, password in the same request, which will give you the SAML assertion. You can later use SAML2 bearer grant type to exchange that assertion to an oauth token.



来源:https://stackoverflow.com/questions/40932541/wso2is-skip-authenticationendpoint-login-do

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!