Skip to content

Commit 0d74b3e

Browse files
committed
Fix #2
1 parent 0bbb267 commit 0d74b3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/models/account.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def self.get_saml_settings
88
settings.assertion_consumer_service_url = "http://localhost:3000/saml/acs"
99
settings.assertion_consumer_logout_service_url = "http://localhost:3000/saml/logout"
1010
settings.issuer = "http://localhost:3000/saml/metadata"
11-
settings.idp.entity_id = "https://app.onelogin.com/saml/metadata/<onelogin-app-id>"
11+
settings.idp_entity_id = "https://app.onelogin.com/saml/metadata/<onelogin-app-id>"
1212
settings.idp_sso_target_url = "https://app.onelogin.com/trust/saml2/http-post/sso/<onelogin-app-id>"
1313
settings.idp_slo_target_url = "https://app.onelogin.com/trust/saml2/http-redirect/slo/<onelogin-app-id>"
1414
settings.idp_cert = "-----BEGIN CERTIFICATE-----

0 commit comments

Comments
 (0)