mirror of
https://github.com/czhu12/canine.git
synced 2026-04-27 15:09:46 -05:00
replace want_signging
This commit is contained in:
@@ -39,7 +39,7 @@ class SAMLConfiguration < ApplicationRecord
|
||||
settings.assertion_consumer_service_url = Rails.application.routes.url_helpers.saml_callback_url(slug: account.slug)
|
||||
settings.idp_sso_service_binding = 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect'
|
||||
settings.security[:authn_requests_signed] = authn_requests_signed
|
||||
settings.security[:want_assertions_signed] = false
|
||||
settings.security[:want_assertions_signed] = want_assertions_signed
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
label: "IdP Entity ID",
|
||||
description: "The Identity Provider's entity ID (issuer)"
|
||||
)) do %>
|
||||
<%= saml_form.text_field :idp_entity_id, class: "input input-bordered w-full", required: true, placeholder: "https://idp.example.com/saml/metadata" %>
|
||||
<%= saml_form.text_field :idp_entity_id, class: "input input-bordered w-full", required: true, placeholder: "my-idp-entity-id" %>
|
||||
<label class="label">
|
||||
<span class="label-text-alt">* Required</span>
|
||||
</label>
|
||||
|
||||
Reference in New Issue
Block a user