skyline/releasenotes/notes/Support-SSO-Login-via-OpenID-8ed955e35ebb1f1d.yaml
Jingwei.Zhang 84f06c8288 feat: support web SSO login
After the Web SSO login is successfully configured on the back-end, you can select a login mode on the login page based on the configuration. The default login mode is Keystone authentication. If you select the Web SSO login mode, click OK to switch to the Web SSO configuration page.

Implements: blueprint skyline-sso-oid
Change-Id: I438adb31c758287525ba896b4d2b21d00842c3e7
2022-08-18 17:36:03 +08:00

14 lines
566 B
YAML

---
features:
- |
Support SSO login via OpenID connect.
1. If Web SSO login is successfully configured on the back-end, you can
select a login mode on the login page based on the configuration. The
default login mode is Keystone authentication. If you select the Web SSO
login mode, click Login button will switch to the Web SSO configuration page.
2. If SSO is not configured on the back-end, the front-end will directly
display the user + password login mode (Keystone authentication). You do
not need to select the login mode.