yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #50169
[Bug 1577666] [NEW] Error: No such file or directory: '/etc/keystone/sso_callback_template.html'
You have been subscribed to a public bug:
The following error occurs when a user tries to login using Horizon
Single Sign-On feature after the Idp authenticates the user and sends
SAML assertion successfully :
{"error": {"message": "An unexpected error prevented the server from
fulfilling your request: [Errno 2] No such file or directory:
'/etc/keystone/sso_callback_template.html' (Disable debug mode to
suppress these details.)", "code": 500, "title": "Internal Server
Error"}}
I reproduced the above error while trying to configure Keystone for
Federation taking TestShib.org as Idp and Keystone as SP.
I am using Security Assertion Markup Language(SAML) for configuring
Keystone for federation.
The above error got fixed when I copied the sso_callback_template.html
file to /etc/keystone directory.
cp /opt/stack/keystone/etc/sso_callback_template.html /etc/keystone/
I would recommend to add one more point(7) as follows:
7. Copy the sso_callback_template.html file to /etc/keystone/ directory:
cp /opt/stack/keystone/etc/sso_callback_template.html /etc/keystone/
in the following documentation(Setup Web Single Sign-On (SSO):
http://docs.openstack.org/developer/keystone/federation/websso.html
** Affects: keystone
Importance: Undecided
Status: New
--
Error: No such file or directory: '/etc/keystone/sso_callback_template.html'
https://bugs.launchpad.net/bugs/1577666
You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity (keystone).