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
my ($response, $relaystate) = $redirect->verify($uri);
@@ -498,7 +494,7 @@ The SP needs to create the Net::SAML2::IdP object as is done above (in this case
498
494
);
499
495
500
496
```
501
-
Create the Net::SAML2::Binding::Redirect object. Note the sls_force_lcase_url_encoding is used if the IdP sends a URL that has meen URL encoded with lower case characters %2f instead of %2F.
497
+
Create the Net::SAML2::Binding::Redirect object.
502
498
503
499
```
504
500
my $redirect = Net::SAML2::Binding::Redirect->new(
@@ -508,7 +504,6 @@ Create the Net::SAML2::Binding::Redirect object. Note the sls_force_lcase_url_e
0 commit comments