OpenAM 15.x IDP Initiated Flow via Rest API #825
Answered
by
maximthomas
neel-quantasis
asked this question in
Q&A
-
I've setup OpenAM v15.x using steps mentioned here Current Implemented flow
I want to implement the above flow without opening IdP initiated flow on the browser |
Beta Was this translation helpful? Give feedback.
Answered by
maximthomas
Dec 13, 2024
Replies: 1 comment 9 replies
-
Try this curl -v 'http://idp.acme.org:8080/openam/idpssoinit?metaAlias=/idp&spEntityID=http%3A//sp.mycompany.org%3A8081/openam&RelayState=http%3A//sp.mycompany.org%3A8081/openam&redirected=true' \
-H 'Cookie: iPlanetDirectoryPro=<OpenAM IDP User Session Id>' and then call the |
Beta Was this translation helpful? Give feedback.
9 replies
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
If it is necessary, for you to use API, you can capture a har log in your browser, and then reproduce the flow with an API client.
But, as I said before, I strongly recommend using a browser for federation instead of using API