kolla-ansible/releasenotes/notes/add-oidc-discover-url-83edb9f43f73a97f.yaml
Will Szumski e7455759ad Add OIDCDiscoverURL mod_oidc option
This gets rid of one of the steps in the authentication flow.

Closes-Bug: 1930055
Change-Id: I4ed4651b55a912f1d9aec7277bae6bb4776f1e0a
2022-02-02 15:40:50 +01:00

8 lines
257 B
YAML

---
fixes:
- |
Fixes an issue with an OIDC authentication flow requiring unnecessary
action from the user. Redirecting to the target IdP page now happens
automatically.
`LP#930055 <https://bugs.launchpad.net/kolla-ansible/+bug/1930055>`__