You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/modules/ROOT/pages/servlet/saml2/login/authentication.adoc
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -114,7 +114,7 @@ fun securityFilters(val http: HttpSecurity, val converter: AuthenticationConvert
114
114
== Setting a Clock Skew
115
115
116
116
It's not uncommon for the asserting and relying parties to have system clocks that aren't perfectly synchronized.
117
-
For that reason, you can configure `OpenSaml4AuthenticationProvider`'s default assertion validator with some tolerance:
117
+
For that reason, you can configure ``OpenSaml4AuthenticationProvider``'s default assertion validator with some tolerance:
118
118
119
119
====
120
120
.Java
@@ -260,7 +260,7 @@ open class SecurityConfig {
260
260
<3> Third, return a custom authentication that includes the user details
261
261
262
262
[NOTE]
263
-
It's not required to call `OpenSaml4AuthenticationProvider`'s default authentication converter.
263
+
It's not required to call ``OpenSaml4AuthenticationProvider``'s default authentication converter.
264
264
It returns a `Saml2AuthenticatedPrincipal` containing the attributes it extracted from ``AttributeStatement``s as well as the single `ROLE_USER` authority.
@@ -293,7 +293,7 @@ After verifying the signature, it will:
293
293
1. Validate `<AudienceRestriction>` and `<DelegationRestriction>` conditions
294
294
2. Validate ``<SubjectConfirmation>``s, expect for any IP address information
295
295
296
-
To perform additional validation, you can configure your own assertion validator that delegates to `OpenSaml4AuthenticationProvider`'s default and then performs its own.
296
+
To perform additional validation, you can configure your own assertion validator that delegates to ``OpenSaml4AuthenticationProvider``'s default and then performs its own.
While recommended, it's not necessary to call `OpenSaml4AuthenticationProvider`'s default assertion validator.
350
+
While recommended, it's not necessary to call ``OpenSaml4AuthenticationProvider``'s default assertion validator.
351
351
A circumstance where you would skip it would be if you don't need it to check the `<AudienceRestriction>` or the `<SubjectConfirmation>` since you are doing those yourself.
0 commit comments