-
aktokas replied to the topic OpenIG as PEP with Access Denied Page in the forum Identity Gateway 4 years, 6 months ago
Thanks Jochen & Violette for the quick responses.. For now i am using OpenIG 4.0.
Violette i tried to use the switch filter before PolicyEnforcementFilter but i am still facing the blank page issue.. Since i am using 2 policyenforcement filters in my configuration i am getting 403 forbidden response twice but my switch filter is unable to…[Read more]
-
aktokas replied to the topic OpenIG as PEP with Access Denied Page in the forum Identity Gateway 4 years, 6 months ago
In this setup, i am still facing the blank page when i try to access the resource from an unauthorized account. But everything works fine when the user is authorized.
Kindly Ignore Marvel and Starkindustries in the URLs :P
-
aktokas replied to the topic OpenIG as PEP with Access Denied Page in the forum Identity Gateway 4 years, 6 months ago
PEP JSON FILE
{
“baseURI”: “http://marvelstudios.starkindustries.com:8081/”,
“handler”: {
“type”: “DispatchHandler”,
“config”: {
“bindings”: == null}”,
“handler”: {
“type”: “StaticResponseHandler”,
“config”: {
“status”: 302,
“reason”: “Found”,
“headers”: {
“Location”:…[Read more] -
aktokas started the topic OpenIG as PEP with Access Denied Page in the forum Identity Gateway 4 years, 6 months ago
Hi Everyone,
I am using an OPenIG setup as PEP with OpenAM. Everything is working fine in authentication and redirection.
Currently when a user who is not authorized tries to access the resource faces a blank page.
But, i want to add an ACCESS DENIED PAGE when the user does not meet the Authorization conditions.(Like we can do in J2EE &…[Read more] -
aktokas replied to the topic How to capture response for PolicyEnforcementFilter filter? in the forum Identity Gateway 4 years, 6 months ago
Did you resolve this issue jitendra??
I am currently facing an exact same issue..I can see in the OpenIG logs that i have a 403 forbidded error..
but when i use the switch filter with condition – exchange.response.status == 403It does not work… Anyone has any suggestions??
Thanks,
Akshay -
aktokas replied to the topic OpenIG Password Replay in the forum General Discussion 4 years, 6 months ago
Hi,
You have missed configuration of the Authorization policy for OpenIG URL in your setup OR there is some mistake in the authorization policies you have created. -
aktokas replied to the topic Force Password Change Upon First Login Not Working in the forum Access Management 4 years, 11 months ago
Hi Abhishek, any updates on how you resolved the above mentioned issue.. i am doing a POC on openam and i am stuck at exact same issue.
Thanks and Regards,
Akshay -
aktokas started the topic Dynamic Profile Creation in OAuth 2.0 Module in the forum Access Management 5 years, 1 month ago
Hi,
I am currently doing a POC on Federation and i was working with OAuth 2.0.
I have created an openam instance as a service provider and another as a client.
I have created an Authentication module in client and also performed all the federation steps required.
I am able to successfully sign-in when a user profile is present in both the openam…[Read more] -
aktokas replied to the topic Amadmin logged out in the forum Access Management 5 years, 3 months ago
Resolved: I had made the data store as required instead of sufficient in the newly defined chain.
Luckily, i was able to re-login as admin from a tab where i had not logged out. Else, i don’t know how i would have got my setup back. -
aktokas started the topic Amadmin logged out in the forum Access Management 5 years, 3 months ago
Hi,
I was working with Authentication Chains and i had set up an Authentication chain for sending OTP to mail in case of wrong password, but i guess i made a mistake as it asks for OTP every time. Also, now when i am trying to log-in as amadmin, it is giving an Authentication failed error.. and i can’t even change the configuration anymore.
i…[Read more] -
aktokas started the topic Fetching Profile Attributes using HTTP Header in the forum Access Management 5 years, 3 months ago
Can anyone help me figure out how to retrieve user profile attributes such as uid/mail or givenName from the HTTP header. I have mapped =MYuid, =MYmail and =MYgivenName in profile attribute map and i am using profile attribute fetch mode as HTTP HEADER.
When i try to fetch the header in the protected URL using following script :
var req = new…[Read more] -
aktokas replied to the topic Can't get profile attributes in HTTP headers in the forum Access Management 5 years, 4 months ago
Hi Nemanja,
Can you please share the javascript you used to fetch the attributes client side, if you still have them.
I have recently started working on OpenAM and i am working on how to fetch the attributes using HTTP headers.
Thanks in Advance.
Akshay