
The `www_authenticate_uri` parameter is used to indicate to clients where they should get a token from in order to authenticate against a service. Most clients are not expected to be able to talk to the internal identity endpoint, so this parameter should refer to the public endpoint instead, see also [0]. [0] https://opendev.org/openstack/keystonemiddleware/src/branch/master/keystonemiddleware/auth_token/_opts.py#L31-L50 Change-Id: Ic99804967b5a62b5a9e39486749474520734ba48
9 lines
402 B
YAML
9 lines
402 B
YAML
---
|
|
other:
|
|
- |
|
|
The `www_authenticate_uri` parameter, which is used to indicate to
|
|
clients where they should get a token from in order to authenticate against
|
|
a service, is switched from the internal identity endpoint to the public
|
|
endpoint, see also
|
|
`this note <https://opendev.org/openstack/keystonemiddleware/src/branch/master/keystonemiddleware/auth_token/_opts.py#L31-L50>`_.
|