We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df1d4e1 commit 3395d97Copy full SHA for 3395d97
src/Microsoft.IdentityModel.Tokens.Saml/Saml2/Saml2AuthenticationContext.cs
@@ -69,7 +69,7 @@ public ICollection<Uri> AuthenticatingAuthorities
69
/// [Saml2Core, 2.7.2.2]
70
/// </summary>
71
/// <remarks>
72
- /// The check for an absoulte URI can be disabled by setting <see cref="AppContextSwitches.AllowRelativeUrisInSaml2AuthnContext"/>.
+ /// The check for an absolute URI can be disabled by setting <see cref="AppContextSwitches.AllowRelativeUrisInSaml2AuthnContext"/>.
73
/// </remarks>
74
/// <exception cref="ArgumentNullException">if 'value' is null.</exception>
75
/// <exception cref="ArgumentException">if 'value' is not an absolute Uri.</exception>
0 commit comments