-
Mahesh Algamwar replied to the topic Integrating IDM With the ForgeRock Identity Platform in the forum Identity Management 4 years, 6 months ago
Hi Mike,
You have already mentioned those configuration in your blog so nothing missed out, it was something at my end.. CORS seeting where not correct at first place.After correcting it according to my environment it started working fine.
Thanks
Mahesh -
Mahesh Algamwar replied to the topic Integrating IDM With the ForgeRock Identity Platform in the forum Identity Management 4 years, 6 months ago
Hi Mike,
Thanks for your inputs, it is working perfectly fine after doing required CORS cahnges.Thanks
Mahesh -
Mahesh Algamwar replied to the topic Integrating IDM With the ForgeRock Identity Platform in the forum Identity Management 4 years, 6 months ago
Hi Mike,
Sorry I couldn’t reply early as I was on vacation. Thanks for your inputs, I updated AM 5.0 to AM 5.5 and able to overcome the issue. Now am able to login with amadmin user. But when I am trying to login with Non-admin user then I am getting below issue. It would be great if you can provide any pointer.Dec 18, 2017 12:52:34 PM…[Read more]
-
Mahesh Algamwar joined the group
OpenUMA 4 years, 6 months ago
-
Mahesh Algamwar started the topic Integrating IDM With the ForgeRock Identity Platform in the forum Identity Management 4 years, 6 months ago
Dear All,
I am performing POC for Integrating IDM With the ForgeRock Identity Platform and following “ForgeRock Identity Management 5.5” Sample guide. I have performed the complete guide and done with all required configuration.
When trying to login IDM, it redirects me to OpenAM where I am providing “amadmin” credentials and it redirects to IDM…[Read more] -
Mahesh Algamwar's profile was updated 5 years, 4 months ago
-
Mahesh Algamwar replied to the topic OpenAM Password Reset in the forum Access Management 5 years, 6 months ago
Hi,
We want to have user attributes in email body of reset password but didn’t find any documentation on same. Could you please help in how to define user attributes in mail body (ex. givenname, cn, sn and few custome attributes).Thanks
Mahesh -
Mahesh Algamwar replied to the topic openam/XUI/#failedLogin in the forum Access Management 5 years, 8 months ago
@peter-major @jang2212, @tejansh
I am one more query aprt from custom login page. I wanted understand once user authenticated against social authentication site (facebook/Linkedin). I get the SSO token from OpenAM. Now I wanted to get user profile details from social authenticated side against with user authenticated (facebook/Linkedin). But when…[Read more]
-
Mahesh Algamwar replied to the topic openam/XUI/#failedLogin in the forum Access Management 5 years, 8 months ago
@peter-major @jang2212, @tejansh
Hi Peter, My AngularJS application just sends an AJAX request.
-
Mahesh Algamwar replied to the topic openam/XUI/#failedLogin in the forum Access Management 5 years, 8 months ago
@peter-major @jang2212, @tejansh
I have tried using XHR instead of AngulaJs2 but still facing same issue.. Set-Cookie returns null.
-
Mahesh Algamwar replied to the topic openam/XUI/#failedLogin in the forum Access Management 5 years, 8 months ago
@peter-major @jang2212, @tejansh
Thanks for the response Peter, but still I am not able to read the Cookie. May be my application is angularjs application where I am trying to read the Cookie, is there any settings that need to perform for Angularjs. I have created authentication module of type OAuth2.0/OpenID Connect. I am able to see NTID…[Read more]
-
Mahesh Algamwar replied to the topic openam/XUI/#failedLogin in the forum Access Management 5 years, 8 months ago
@tejansh @jang2212 @peter-major
Any help ? How to read NTID from response cookie as it seems to be secure and not able to read it from the code. Stuck from last to days, any pointer help much appreciated.
-
Mahesh Algamwar replied to the topic openam/XUI/#failedLogin in the forum Access Management 5 years, 8 months ago
@tejansh
I am trying similar thing with
http://openam.mydomain.com:8080/openam/json/authenticate?authIndexType=module&authIndexValue=LinkedinWhere Linkedin is module name configured in openAM. with this rest API call, I am getting only authID in response Json object. Can you please let me know how did you managed to get NTID in response Json object.