Skip to content
Snippets Groups Projects
Unverified Commit 13b20f52 authored by Robin Ward's avatar Robin Ward
Browse files

FIX: Weird whitespace

parent 17411a43
No related branches found
No related tags found
No related merge requests found
......@@ -78,7 +78,7 @@ if request_method == 'post'
settings.passive = false
settings.issuer = Discourse.base_url
settings.assertion_consumer_service_url = Discourse.base_url + "/auth/saml/callback"
settings.name_identifier_format = "urn:oasis:names:tc:SAML:2.0:protocol"
settings.name_identifier_format = "urn:oasis:names:tc:SAML:2.0:protocol"
saml_params = authn_request.create_params(settings, {})
@saml_req = saml_params['SAMLRequest']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment