Tagged: Authentication, chaining, http, openam, pop-up, realm, URL, webagent, www.example.com
This topic has 4 replies, 2 voices, and was last updated 7 years ago by monginm.
-
AuthorPosts
-
June 3, 2015 at 4:08 pm #4324
monginm
ParticipantHi,
I would like to know if it’s possible to configure several authentications on the same realm for several URL web, for example in my realm [/] on OpenAM, I’ve 3 URL:
– http://www.example.com:8000/appli1/
– http://www.example.com:8000/appli2/
– http://www.example.com:8100/appli3/And I want for my first URL one authentication by Pop-up, my second URL by OpenAM form and my third by double authentication.
Currently I made 3 authentications chaining, but I don’t know how to specify an authentication mechanism for http://www.example.com:8000/appli1/ different from the one inherited from the realm [/]. How it can be configured and where exactly ?
Thank you for your help
Regards,June 4, 2015 at 4:33 pm #4337Peter Major
ModeratorI’ve started to detail these things on your first question:
https://forgerock.org/topic/openam-webagent/If you are really interested in how authentication works, then you could read this too:
http://blogs.forgerock.org/petermajor/2015/04/understanding-the-login-process/June 8, 2015 at 4:23 pm #4359monginm
ParticipantHello,
Ok; Now I change my method. I have 2 realms.
My first realm [/] with:
– One authentication by form.
– One strategy on application: http://www.example.com:8100/appli4/
– One Web agent; installed for one Apache server.When I test, my URL work.
After I have a second Realm (for example: realm1), my Realm1 inherit of my first Realm.
In my second Realm I have:
– One authentication by Pop-up.
– One strategy on application: http://www.example.com:8000/appli1/However, when I try to connect on this URL, I have an error message: “forbidden you don’t have permission to access /appli1/ on this server”.
Do you know why ?
Regards,
June 10, 2015 at 1:17 am #4383Peter Major
ModeratorForbidden may be caused by policy evaluation failure, but there could be lots of potential reasons to it, I would suggest to have a look at the debug logs and look for further clues.
June 18, 2015 at 11:44 am #4459monginm
ParticipantI found the solution to my problem; thank you for your help.
-
AuthorPosts
You must be logged in to reply to this topic.