You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I'm trying to run OpenAM 15.0.0 using the official container image and instructions from Docker Hub. Attempting to create a default configuration fails with the error message:
AdminTokenAction: FATAL ERROR: Cannot obtain Application SSO token., refer to install.log under /usr/openam/config for more information.
Run the docker container: docker run -h openam-01.domain.com -p 8080:8080 --name openam-01 openidentityplatform/openam:15.0.0.
Open openam-01.domain.com/openam in your browser.
Click Create default Configuration
Fill passwords in the popup and click Create Configuration
It fails with the message AdminTokenAction: FATAL ERROR: Cannot obtain Application SSO token., refer to install.log under /usr/openam/config for more information.
Expected behavior
Creating the default configuration succeeds.
Desktop (please complete the following information):
OS: EndeavourOS Linux (kernel 6.9.1-arch1-2)
Browser: Chromium 125.0.6422.112-1
Docker version: 26.1.3, build b72abbb6f0
The text was updated successfully, but these errors were encountered:
Describe the bug
I'm trying to run OpenAM 15.0.0 using the official container image and instructions from Docker Hub. Attempting to create a default configuration fails with the error message:
I've attached the mentioned install.log file.
To Reproduce
openam-01.domain.com
to the hosts file.docker run -h openam-01.domain.com -p 8080:8080 --name openam-01 openidentityplatform/openam:15.0.0
.openam-01.domain.com/openam
in your browser.Create default Configuration
Create Configuration
AdminTokenAction: FATAL ERROR: Cannot obtain Application SSO token., refer to install.log under /usr/openam/config for more information.
Expected behavior
Creating the default configuration succeeds.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: