Wso2IS skip authenticationendpoint/login.do

前端 未结 1 1819
刺人心
刺人心 2021-01-21 16: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

相关标签:
1条回答
  • 2021-01-21 16:50

    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.

    0 讨论(0)
提交回复
热议问题