We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 09ea03b + 96c1a30 commit 54cb667Copy full SHA for 54cb667
plugins/module_utils/sap_id_sso.py
@@ -59,6 +59,8 @@ def sap_sso_login(username, password):
59
if 'j_username' in meta:
60
meta['j_username'] = username
61
meta['j_password'] = password
62
+ if 'changePassword' in endpoint:
63
+ raise ValueError('SAP ID Service has requested `Change Your Password`, possibly the password is too old. Please reset manually and try again.')
64
65
if 'authn' in endpoint:
66
support_endpoint, support_meta = _get_sso_endpoint_meta(endpoint,
0 commit comments