Currently during authentication retyrned URL contains token_type=bearer parameter while respective header must be Bearer (else 400 is returned).
Is that possible to return correct case in token_type so one could just use it in header? Or it is by-design and developer must always implement own mapping for auth types like bearer->Bearer ?