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
Describe the bug
This is a minor behavioral change, but can be pretty hard to troubleshoot, and have major implications.
The DefaultProvider field, and possibly other fields, do not strip whitespace from the outside ends of user input. This can result in behavior including unexpectedly preventing password login
To Reproduce
Steps to reproduce the behavior:
In the SSO admin interface, configure a DefaultProvider with a leading or trailing space. The resulting configuration (retrieved via API) will retain that space.
Describe the bug
This is a minor behavioral change, but can be pretty hard to troubleshoot, and have major implications.
The DefaultProvider field, and possibly other fields, do not strip whitespace from the outside ends of user input. This can result in behavior including unexpectedly preventing password login
To Reproduce
Steps to reproduce the behavior:
In the SSO admin interface, configure a DefaultProvider with a leading or trailing space. The resulting configuration (retrieved via API) will retain that space.
Expected behavior
Leading and trailing whitespace should be stripped.
Versions (please complete the following information):
The text was updated successfully, but these errors were encountered: