You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/active-directory-b2c/configure-authentication-in-azure-static-app.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -136,11 +136,10 @@ Once you've added the app ID and secrete, use the following steps to add the Azu
136
136
const { clientPrincipal } = payload;
137
137
return clientPrincipal;
138
138
}
139
-
139
+
140
140
awaitgetUserInfo();
141
141
```
142
142
143
-
144
143
> [!TIP]
145
144
> If you can't run the above JavaScript code in your browser, navigate to the following URL `https://<app-name>.azurewebsites.net/.auth/me`. Replace the `<app-name>` with your Azure Web App.
Copy file name to clipboardExpand all lines: articles/active-directory-b2c/custom-email-sendgrid.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ With a SendGrid account created and SendGrid API key stored in an Azure AD B2C p
66
66
1. Select **Blank Template** and then **Code Editor**.
67
67
1. In the HTML editor, paste following HTML template or use your own. The `{{otp}}` and `{{email}}` parameters will be replaced dynamically with the one-time password value and the user email address.
68
68
69
-
```HTML
69
+
```html
70
70
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
@@ -154,17 +154,16 @@ With a SendGrid account created and SendGrid API key stored in an Azure AD B2C p
154
154
<tdvalign="top"width="50%"></td>
155
155
</tr>
156
156
</table>
157
-
</body>
157
+
</body>
158
158
</html>
159
159
```
160
160
161
-
1. Expand **Settings** on the left, and for **Version Name**, enter a template version.
161
+
1. Expand **Settings** on the left, and for **Version Name**, enter a template version.
162
162
1. For **Subject**, enter `{{subject}}`.
163
163
1. A the top of the page, select **Save**.
164
164
1. Return to the **Transactional Templates** page by selecting the back arrow.
165
165
1. Record the **ID** of template you created for use in a later step. For example, `d-989077fbba9746e89f3f6411f596fb96`. You specify this ID when you [add the claims transformation](#add-the-claims-transformation).
0 commit comments