You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation presents the parameters necessary
to authenticate via federation (using password) and do
a brief description of each parameter used in the process.
Change-Id: Iae3b6d0b56ebd2bbbb94f9f3637b5086e75559a7
Copy file name to clipboardExpand all lines: doc/source/cli/man/openstack.rst
+112Lines changed: 112 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,7 @@ command line. The primary difference is the use of 'project' in the name of the
44
44
45
45
* ``token``: Authentication with a token
46
46
* ``password``: Authentication with a username and a password
47
+
* ``openid`` : Authentication using the protocol OpenID Connect
47
48
48
49
Refer to the keystoneclient library documentation for more details about these plugins and their options, and for a complete list of available plugins.
49
50
Please bear in mind that some plugins might not support all of the functionalities of :program:`openstack`; for example the v3unscopedsaml plugin can deliver only unscoped tokens, some commands might not be available through this authentication method.
@@ -53,6 +54,31 @@ Additionally, it is possible to use Keystone's service token to authenticate, by
53
54
.. NOTE::
54
55
To use the ``v3unscopedsaml`` method, the lxml package will need to be installed.
55
56
57
+
AUTHENTICATION USING FEDERATION
58
+
-------------------------------
59
+
60
+
To use federated authentication, your configuration file needs the following:
0 commit comments