-
Notifications
You must be signed in to change notification settings - Fork 161
Can not access realm scripts page #35
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
Comments
An update. We found that the issue is been caused by this file I look forward to hearing from you. Regards, |
Solved. I had to uncompress the war file, modify For this, I had to use my own Dockerfile, not the one you provided, and use the war file and the configurator from your repo. Regards, |
New Issue, After saving the script, the list is still empty. |
Thanks, a lot. That fixed the blank page, but now after saving the OIDC claim script, when I go back, the list of scripts is still empty. I look forward hearing from you. Regards, |
I am also able to recreate this issue. Looks like some of the other js assets are broken. TypeError: filter.query is not a function in openam/XUI/org/forgerock/openam/ui/common/util/BackgridUtils.js?v=14.1.1 Thanks, |
please recheck issue in https://github.com/OpenIdentityPlatform/OpenAM/releases/tag/14.1.5 |
Fixed! Thanks!!! |
I just notice that the script page is still busted, but only in chrome. I am using the latest version of chrome. I cant do an ajax request to load all the scripts. Looks like angular is failing. But this issue is not happening on firefox. Regards, |
* Add an authz module for kbaInfo * Use request locale in auth error messages (#31) * Add OAuth 2 endpoint validation (#35) * fix Issue10 Finish button of Identity Provider wizard doesn't work (#98) * Issue #29 JavaMail debug logs are output to stdout (#97) * disable javamail debug. * Added copyright * Use AUTH_LOGIN_FAILED, if user based authentication failed (#120) * Issue #50 Deleting an instance of the authentication module registered by default also deletes the authentication modules of the same type (#100) * Change to subConfig check first. and not remove all of tree if default module have subConfig * add copyright to source code header * wrong year in copyright * fix UT
Describe the bug
After starting the Docker container (using the docker file provided in the repo), doing an openAM default configuration, we are unable to access the realm scripts page, (it shows nothing). We are unable to upload any OIDC claim groovy script.
We are also receiving two errors in the chrome console
It happened with versions: 14.1.1, 14.1.2, 14.1.3 and 14.1.4
I need to use at least version 14.1.1
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Be able to click on the realm scripts link and upload an OIDC claim groovy script.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
I look forward to hearing from you.
Regards,
Samy
The text was updated successfully, but these errors were encountered: