Skip to content

Commit ba5cd15

Browse files
committed
Doc change: Add missing relation for Keystone OIDC configuration
This change adds documentation on another relation you must have in order for you to configure Keystone and Horizon or logins using OpenIDC. Partial-Bug: 2065590 Change-Id: I0deba42ef4869d5f10229ebe1aac08b8e68d3009
1 parent b442b50 commit ba5cd15

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ Join keystone-openidc to openstack-dashboard to provide SSO access through Horiz
3434

3535
juju add-relation openstack-dashboard:websso-fid-service-provider keystone-openidc:websso-fid-service-provider
3636

37+
Enable Horizon as a trusted dashboard for Web Single Single-On for Keystone:
38+
39+
juju add-relation openstack-dashboard:websso-trusted-dashboard keystone:websso-trusted-dashboard
40+
41+
**You must add this relation for Horizon and Keystone. If you do not, Keystone will return a 401 error that the login domain for Horizon is not a trusted domain.**
3742

3843
Now provide an OpenID Connect client credentials and the URL for autodiscovery
3944
of the backend's configuration:

0 commit comments

Comments
 (0)