What happened: Customer reported after upgrading to 4.3.7 Microsoft SSO login in the Web UI is using the Auth0 style.
What you expected to happen: Style of Web UI button should be updated to the correct Microsoft style.
teleport version): 4.3.7the name comparison is case sensitive now. If you make this the display display: microsoft the icon will show. display: Microsoft will show the above icon.
We should probably fix that issue so that we lowercase any value for display before it's evaluated.
Most helpful comment
the name comparison is case sensitive now. If you make this the display
display: microsoftthe icon will show.display: Microsoftwill show the above icon.