-
Notifications
You must be signed in to change notification settings - Fork 60
Closed
Labels
dotnet-sdkAffects the C#/DotNet SDKAffects the C#/DotNet SDKenhancementNew feature or requestNew feature or requestgo-sdkAffects the Go SDKAffects the Go SDKgood first issueGood for newcomersGood for newcomersjava-sdkAffects the Java/Kotlin SDKAffects the Java/Kotlin SDKjs-sdkAffects the JavaScript SDKAffects the JavaScript SDKpython-sdkAffects the Python SDKAffects the Python SDK
Description
Originally reported by @stefanmilivojevic91 for the .NET SDK
Token endpoint path should be fetched from issuer's openid configuration (.well-known/openid-configuration) endpoint. AzureAD has oauth2/token for instance and OAuth2Client is unable to fetch access token using client credentials flow
- JS SDK
- Go SDK
- Python SDK
- .NET SDK: PathTemplate auth/token hardcoded in OAuth2Client ExchangeTokenAsync method dotnet-sdk#30
- Java SDK
Metadata
Metadata
Assignees
Labels
dotnet-sdkAffects the C#/DotNet SDKAffects the C#/DotNet SDKenhancementNew feature or requestNew feature or requestgo-sdkAffects the Go SDKAffects the Go SDKgood first issueGood for newcomersGood for newcomersjava-sdkAffects the Java/Kotlin SDKAffects the Java/Kotlin SDKjs-sdkAffects the JavaScript SDKAffects the JavaScript SDKpython-sdkAffects the Python SDKAffects the Python SDK
Type
Projects
Status
Done