Forum Discussion

gdusautoir's avatar
gdusautoir
Copper Contributor
Dec 06, 2022

Azure Datafactory - OAuth2 Access Token Type Not supported

Hello,

We are working on a cloud data source integration for the ingestion. We are using OAuth2 authentication mechanism.

When we test the connectivity we receive this error message
Error Code: “OAuth2AccessTokenTypeNotSupported”
Details: The toke type 'bearer' from your authorization server is not supported, supported types: 'Bearer'

 

But RFC6749 does mention the Access Token Type registry as being case insensitive.

So why Microsoft does not support bearer in lower case?

 

Thanks

Resources