Skip to content

Commit

Permalink
Igo/msal client version (Azure#17866)
Browse files Browse the repository at this point in the history
* Added clientLibrary property to IdentityProvider

* fixed length for clientLibrary property
  • Loading branch information
ygrik authored and Milan Zolota committed Mar 30, 2022
1 parent cff74f7 commit e780d9f
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,12 @@
"type": "string",
"description": "Password Reset Policy Name. Only applies to AAD B2C Identity Provider.",
"minLength": 1
},
"clientLibrary": {
"type": "string",
"description": "The client library to be used in the developer portal. Only applies to AAD and AAD B2C Identity Provider.",
"minLength": 0,
"maxLength": 16
}
},
"description": "Identity Provider Base Parameter Properties."
Expand Down

0 comments on commit e780d9f

Please sign in to comment.