Most container standards require support for basic
authentication, and Basic auth is supported by current HTTP
standards. However, password authentication is insecure and
should not be used in production. This
IuAuthorizationClient.AuthMethod is useful for development and test
environments and will be retained long term, but is deprecated to
discourage direct use by enterprise applications.
OAuth 2.0 requires support for client_secret password,
and Basic auth is supported by current HTTP standards. However,
password authentication is insecure and should not be
used in production. This IuAuthorizationClient.AuthMethod is useful for
development and test environments and will be retained long term,
but is deprecated to discourage direct use by enterprise
applications.
OAuth 2.0 requires support for client_secret POST.
However, password authentication is insecure and should
not be used in production. This IuAuthorizationClient.AuthMethod is useful
for development and test environments and will be retained long
term, but is deprecated to discourage direct use by enterprise
applications.