Skip to content

Commit dd1bf2c

Browse files
Merge pull request #279664 from nithinsas/patch-6
Update claimsschema.md to mention that paragraph claims are supported…
2 parents 90cb7a4 + d498565 commit dd1bf2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory-b2c/claimsschema.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ The **Readonly** user input type is used to provide a readonly field to display
395395

396396
#### Paragraph
397397

398-
The **Paragraph** user input type is used to provide a field that shows text only in a paragraph tag. For example, <p>text</p>. A **Paragraph** user input type `OutputClaim` of self-asserted technical profile, must set the `Required` attribute `false` (default).
398+
The **Paragraph** user input type is used to provide a field that shows text only in a paragraph tag. For example, <p>text</p>. A **Paragraph** user input type `OutputClaim` of self-asserted technical profile, must set the `Required` attribute `false` (default). This user input type is only supported in self-asserted page layouts. Unified sign-in and sign-up pages (unifiedssp) might not display this properly.
399399

400400
![Using claim type with paragraph](./media/claimsschema/paragraph.png)
401401

0 commit comments

Comments
 (0)