Jump to content

Log a user directly into their portal account


chrispopp

Recommended Posts

We tired two different curl calls.

First we tired rest curl ( url = /rest/system/session, method=PUT, data={name=’auth’, value=’’} ) and generate user level session token, and redirect to the usr_portal.html page with custom header with include session token which we got

From rest call. This process didn’t worked.

 

Second we tired to make curl ( url=/welcome.htm, method=GET) with basic authorization in header and didn’t worked.

 

Any other ideas?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...