OpenIdentityPlatform / OpenAM

OpenAM is an open access management solution that includes Authentication, SSO, Authorization, Federation, Entitlements and Web Services Security.
https://www.openidentityplatform.org/openam
Other
757 stars 149 forks source link

Logging on with XUI gives User name/password combination is invalid. #755

Closed FireBurn closed 3 months ago

FireBurn commented 3 months ago

Logon with legacy UI, click "Switch to XUI" this takes you to a login screen where the same credentials gives the error:

User name/password combination is invalid.

I can see ffdc's complaining about missing files:

/XUI/css/bootstrap.css.map /XUI/libs/base64.min.js.map /XUI/locales/en-GB/translation.json

should those be:

/XUI/css/bootstrap-3.3.5-custom.css /XUI/libs/base64-1.0.0-min.js /XUI/locales/en/translation.json

maximthomas commented 3 months ago

Have you set up httponly cooke? In this case XUI unfortunately won't work. These missing files do not cause any functional bugs.

FireBurn commented 3 months ago

I do indeed, thanks