iits-consulting / otc-auth

Open Source CLI for the Open Telekom Cloud written in go.
GNU General Public License v3.0
44 stars 5 forks source link

optional bearer token prefix #20

Closed bbung closed 1 year ago

bbung commented 1 year ago

The changes regarding the bearer token break the login with AzureAd as the token already is prefixed with "Bearer ". I added a check to just optionally prefix the Token with "Bearer". If tested this with AzureAD but am not able to test with Keycloak etc.