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
Yeah if the password has special characters
then in file office365.runtime.auth.providers.saml_token_provider.py,
(line 246) data = data.replace('{' + key + '}', str(params[key]))
the params[key] should have a replace with xml special characters
" "
' '
< <
>
& &
The text was updated successfully, but these errors were encountered:
the provided error should no longer occur, make sure to update to the latest version (2.2.2 at the moment) which resolves the issue with escaping special characters in xml
Yeah if the password has special characters
then in file office365.runtime.auth.providers.saml_token_provider.py,
(line 246) data = data.replace('{' + key + '}', str(params[key]))
the params[key] should have a replace with xml special characters
" "
' '
< <
The text was updated successfully, but these errors were encountered: