Skip to content

Commit

Permalink
Merge pull request #623 from jayallen/patch-1
Browse files Browse the repository at this point in the history
Update SignUpOrSignin_DomainAllowlist.xml
  • Loading branch information
WhippsP authored Jul 2, 2024
2 parents 7abd368 + eff5ea9 commit 64ee885
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<ClaimsSchema>
<ClaimType Id="email">
<Restriction>
<Pattern RegularExpression="^[a-zA-Z0-9.!#$%&amp;'^_`{}~\-]+@(outlook[.]com|live[.]com|gmail[.]com)" HelpText="Please enter a email address from one of the following domains: outlook.com, live.com." />
<Pattern RegularExpression="^[a-zA-Z0-9.!#$%&amp;'^_`{}~\-]+@(outlook|live|gmail)\.com$" HelpText="Please enter an email address from one of the following domains: outlook.com, live.com, gmail.com." />
</Restriction>
</ClaimType>
</ClaimsSchema>
Expand Down Expand Up @@ -44,4 +44,4 @@
<SubjectNamingInfo ClaimType="sub" />
</TechnicalProfile>
</RelyingParty>
</TrustFrameworkPolicy>
</TrustFrameworkPolicy>

0 comments on commit 64ee885

Please sign in to comment.