-
jitusingh started the topic Rest Api not allowing user to login inside openAm console in the forum Access Management 3 years, 9 months ago
Hi All,
I am using rest API in openAm to authorize user after successful authentication, it’s returning tokenId which I am using in cookie but after that when I try to redirect user in openAm console. It’s again showing me default login page and remove the cookie which i have set.
please help.
-
jitusingh replied to the topic Rest api login issue in the forum Access Management 3 years, 11 months ago
Thanks Andy, I found that the cookie name is case sensitive now It works fine. Thanks for your help.
-
jitusingh replied to the topic Rest api login issue in the forum Access Management 3 years, 11 months ago
Hi Andy,
I am setting token to cookie with name “iPlanetDirectoryPro” and path is “/” with domain name.
-
jitusingh started the topic Rest api login issue in the forum Access Management 3 years, 11 months ago
Hi All,
I am trying to login in openAm using rest API. I made a curl request which returns me token and success URL, after that when I go to my openAm URL it again saying to log in.
But I want to see the profile page of the user because it already login using restapi. Please help how I can achieve this.