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 @@ -393,10 +393,6 @@
"$ref": "#/definitions/Google",
"description": "The configuration settings of the Google provider."
},
"legacyMicrosoftAccount": {
"$ref": "#/definitions/LegacyMicrosoftAccount",
"description": "The configuration settings of the legacy Microsoft Account provider."
},
"twitter": {
"$ref": "#/definitions/Twitter",
"description": "The configuration settings of the Twitter provider."
Expand Down Expand Up @@ -741,28 +737,6 @@
}
}
},
"LegacyMicrosoftAccount": {
"description": "The configuration settings of the legacy Microsoft Account provider.",
"type": "object",
"properties": {
"state": {
"$ref": "#/definitions/IdentityProviderState",
"description": "<code>Disabled</code> if the legacy Microsoft Account provider should not be enabled despite the set registration; otherwise, <code>Enabled</code>."
},
"registration": {
"$ref": "#/definitions/ClientRegistration",
"description": "The configuration settings of the app registration for the legacy Microsoft Account provider."
},
"login": {
"$ref": "#/definitions/LoginScopes",
"description": "The configuration settings of the login flow."
},
"validation": {
"$ref": "#/definitions/AllowedAudiencesValidation",
"description": "The configuration settings of the legacy Microsoft Account provider token validation flow."
}
}
},
"Apple": {
"description": "The configuration settings of the Apple provider.",
"type": "object",
Expand Down