graphrbac: property 'samlToken' does not exist on type 'Microsoft.DirectoryServices.OptionalClaims' #9714
Labels
ARM - RBAC
bug
This issue requires a change to an existing behavior in the product in order to be resolved.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
needs-team-attention
Workflow: This issue needs attention from Azure service team or SDK team
Service Attention
Workflow: This issue is responsible by Azure service team.
Service
This issue points to a problem in the service.
Bug Report
github.com/Azure/azure-sdk-for-go/services/graphrbac/1.6/graphrbac
v42.1.0
go version go1.14.2 darwin/amd64
I'm trying to include
OptionalClaims
when creating an Application. I can submit claims forAccessToken
andIDToken
, but attempting to set claims forSamlToken
I get a 400 error:SDK is using the object key
samlToken
but I believe this is supposed to besaml2Token
as described at https://docs.microsoft.com/en-us/azure/active-directory/develop/active-directory-optional-claims#optionalclaims-typeThe text was updated successfully, but these errors were encountered: