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
@@ -411,9 +411,9 @@ The settings related to sign are stored in the `security` attribute of the setti
411
411
```ruby
412
412
settings.security[:authn_requests_signed] = true # Enable or not signature on AuthNRequest
413
413
settings.security[:logout_requests_signed] = true # Enable or not signature on Logout Request
414
-
settings.security[:logout_responses_signed] = true # Enable or not
414
+
settings.security[:logout_responses_signed] = true # Enable or not
415
415
signature on Logout Response
416
-
settings.security[:want_assertions_signed] = true # Enable or not
416
+
settings.security[:want_assertions_signed] = true # Enable or not
417
417
the requirement of signed assertion
418
418
settings.security[:metadata_signed] = true # Enable or not signature on Metadata
419
419
@@ -426,7 +426,7 @@ The settings related to sign are stored in the `security` attribute of the setti
426
426
```
427
427
428
428
Notice that the RelayState parameter is used when creating the Signature on the HTTP-Redirect Binding.
429
-
Remember to provide it to the Signature builder if you are sending a `GET RelayState` parameter or the
429
+
Remember to provide it to the Signature builder if you are sending a `GET RelayState` parameter or the
430
430
signature validation process will fail at the Identity Provider.
431
431
432
432
The Service Provider will sign the request/responses with its private key.
@@ -569,7 +569,7 @@ to the IdP for various good reasons. (Caching, certificate lookups, relaying pa
569
569
570
570
The class `OneLogin::RubySaml::Metadata` takes care of this by reading the Settings and returning XML. All you have to do is add a controller to return the data, then give this URL to the IdP administrator.
571
571
572
-
The metdata will be polled by the IdP every few minutes, so updating your settings should propagate
572
+
The metadata will be polled by the IdP every few minutes, so updating your settings should propagate
0 commit comments