Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Second OIDC authorization request error #84

Closed
barramandi opened this issue Sep 13, 2018 · 3 comments
Closed

Second OIDC authorization request error #84

barramandi opened this issue Sep 13, 2018 · 3 comments

Comments

@barramandi
Copy link

OpenAM version 14.1.8 (OpenAM 14.1.8 Build 900d631 )

Using the openid demo sample from https://github.com/ForgeRock/openid

Setup OIDC provider and OIDC client as per the requirement of the demo.
Start Implicit, login as user, user prompted for consent, and OIDC flow successful for first time.

Redo the Implicit flow again with same browser session, OpenAM will return error to the authorization request

{
"error_description": "Error running OIDC claims script: java.util.concurrent.ExecutionException: javax.script.ScriptException: javax.script.ScriptException: java.lang.SecurityException: Access to Java class "java.util.LinkedHashMap$LinkedKeyIterator" is prohibited.",
"state": "af0ifjsldkj",
"error": "not_found"
}

The issue is not present if user logged out before redoing the OIDC login flow

@vharseko
Copy link
Member

#86

@vharseko
Copy link
Member

Configuaration->Scripting-> for all instancess add in Engine Configuration "Java class whitelist" java.util.LinkedHashMap$LinkedKeyIterator

@vharseko
Copy link
Member

maximthomas pushed a commit to maximthomas/OpenAM that referenced this issue Sep 24, 2019
…f the user search attribute of the LDAP authentication module does not match that of the data store (OpenIdentityPlatform#134)

* Update Issue 84

* Update Judge Point

* Update copyright

* Update store username attribute

* Update store

* Update userNameValues

* Update SharedState

* Update coypright & comment

close OpenIdentityPlatform#84
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants