Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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