Skip to content

Commit 1887f90

Browse files
authored
Fix invalid newlines inserted
1 parent 840585a commit 1887f90

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

TUTORIAL.MD

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,8 @@ The Net::SAML2::IdP generated results in:
3838
$VAR1 = bless( {
3939
'slo_urls' => {},
4040
'sso_urls' => {
41-
'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST' => 'https://accounts.goog
42-
le.com/o/saml2/idp?idpid=C01nccos6',
43-
'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect' => 'https://accounts.
44-
google.com/o/saml2/idp?idpid=C01nccos6'
41+
'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST' => 'https://accounts.google.com/o/saml2/idp?idpid=C01nccos6',
42+
'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect' => 'https://accounts.google.com/o/saml2/idp?idpid=C01nccos6'
4543
},
4644
'default_format' => 'emailAddress',
4745
'cacert' => 't/cacert-google.pem',

0 commit comments

Comments
 (0)