Skip to content

Commit 0cab8dc

Browse files
committed
staged review
1 parent 49bbace commit 0cab8dc

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/app-service/configure-authentication-customize-sign-in-out.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -130,15 +130,15 @@ Both Microsoft Account and Azure Active Directory lets you sign in from multiple
130130
3. Click **Edit**.
131131
4. Add a `loginParameters` array with a `domain_hint` item.
132132

133-
```json
134-
"identityProviders": {
135-
"azureActiveDirectory": {
136-
"login": {
137-
"loginParameters": ["domain_hint=<domain-name>"],
133+
```json
134+
"identityProviders": {
135+
"azureActiveDirectory": {
136+
"login": {
137+
"loginParameters": ["domain_hint=<domain-name>"],
138+
}
138139
}
139140
}
140-
}
141-
```
141+
```
142142

143143
5. Click **Put**.
144144

0 commit comments

Comments
 (0)