add support for external login parameters and improve diagnostic messages related to claims

This commit is contained in:
Shaun Walker
2022-05-12 13:51:46 -04:00
parent 53ead7a03f
commit 1978bf151f
4 changed files with 166 additions and 112 deletions

View File

@ -384,4 +384,10 @@
<data name="IdentifierClaimType.Text" xml:space="preserve">
<value>Identifier Claim:</value>
</data>
<data name="Parameters.HelpText" xml:space="preserve">
<value>Optionally specify any additional parameters as name/value pairs to send to the provider (separated by commas if there are multiple). For example you could specify p=B2C_1_Signin if you are using a specific Azure B2C User Flow policy.</value>
</data>
<data name="Parameters.Text" xml:space="preserve">
<value>Parameters:</value>
</data>
</root>