Skip to content

Commit 3395d97

Browse files
glatzertCopilot
andcommitted
Update src/Microsoft.IdentityModel.Tokens.Saml/Saml2/Saml2AuthenticationContext.cs
Co-authored-by: Copilot <[email protected]>
1 parent df1d4e1 commit 3395d97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.IdentityModel.Tokens.Saml/Saml2/Saml2AuthenticationContext.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public ICollection<Uri> AuthenticatingAuthorities
6969
/// [Saml2Core, 2.7.2.2]
7070
/// </summary>
7171
/// <remarks>
72-
/// The check for an absoulte URI can be disabled by setting <see cref="AppContextSwitches.AllowRelativeUrisInSaml2AuthnContext"/>.
72+
/// The check for an absolute URI can be disabled by setting <see cref="AppContextSwitches.AllowRelativeUrisInSaml2AuthnContext"/>.
7373
/// </remarks>
7474
/// <exception cref="ArgumentNullException">if 'value' is null.</exception>
7575
/// <exception cref="ArgumentException">if 'value' is not an absolute Uri.</exception>

0 commit comments

Comments
 (0)