You are viewing limited content. For full access, please sign in.

Question

Question

Laserfiche Forms WS-Fed or SAML

asked on July 21, 2016

Is there a way to configure Forms to accept a WS-Fed or SAML assertion for login? Is it possible to make an intermediary page to post to the Forms login page, so that you could accomplish the same?

0 0

Answer

SELECTED ANSWER
replied on July 25, 2016

Forms does not accept WS-Fed or SAML assertion. Forms 10.1 has a login WebAPI which you can post username and password to do authentication.

Url:

http(s)://SERVER_NAME/Forms/webapi/v1/Authentication/LogIn

Request method:

POST

Payload:

{username: USER_NAME, password: PASSWORD}

Expected return status:

204 No Content with Cookies set

0 0

Replies

replied on July 25, 2016

Thank you! I will check out the API.

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.