Files
Grzegorz Grasza 55bedf65d5 Add OpenID Connect CLI authentication examples
Add documentation for all OpenID Connect authentication
plugins available in keystoneauth:

- v3oidcpassword: Resource Owner Password Credentials flow
- v3oidcclientcredentials: Client Credentials flow
- v3oidcaccesstoken: Access Token flow
- v3oidcauthcode: Authorization Code flow
- v3oidcdeviceauthz: Device Authorization flow (RFC 8628)

Signed-off-by: Grzegorz Grasza <xek@redhat.com>
Change-Id: I0b81bc559bd05d6325f7da5d2195bee8686912ab
2026-01-20 12:40:01 +01:00
..
2012-03-01 11:42:42 -08:00
2013-12-13 02:47:37 +00:00

Building Docs

Developer documentation is generated using Sphinx. To build this documentation, run the following from the root of the repository:

$ tox -e docs

The documentation will be built at doc/build/.