Description
We have discovered that using Bearer as the security scheme in our open api spec doesn't work but using bearer does. It appears that this is intended to be case insensitive according to the open api specification.
Steps to reproduce
Test any bearer token protected endpoint using bearer vs. Bearer as the open api document security scheme.
Expected behavior
Security scheme should be case insensitive so bearer & Bearer should both work.