File: add-oidc-discovery-document-support-b07fe54f83286d62.yaml

package info (click to toggle)
python-keystoneauth1 3.10.0-2%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,860 kB
  • sloc: python: 16,336; xml: 285; makefile: 97
file content (12 lines) | stat: -rw-r--r-- 494 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
---
features:
 - >
   Add support for the `OpenID Connect Discovery Document
   <https://openid.net/specs/openid-connect-discovery-1_0.html#ProviderMetadata>`_
   into the OpenID Connect related plugins. Now it is possible to only pass the
   `discovery-url` option and the plugins will try to fetch the required
   metadata from there.
fixes:
  - >
    [`bug 1583682 <https://bugs.launchpad.net/keystoneauth/+bug/1583682>`_]
    OpenID Connect plugins should support OpenID Connect Discovery.