Skip to content

Commit 331676d

Browse files
committed
Add settings.idp.entity_id parameter to the settings
1 parent cf84f20 commit 331676d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/models/account.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +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>"
1112
settings.idp_sso_target_url = "https://app.onelogin.com/trust/saml2/http-post/sso/<onelogin-app-id>"
1213
settings.idp_slo_target_url = "https://app.onelogin.com/trust/saml2/http-redirect/slo/<onelogin-app-id>"
1314
settings.idp_cert = "-----BEGIN CERTIFICATE-----

0 commit comments

Comments
 (0)