Skip to content

Commit

Permalink
do not default to persistent
Browse files Browse the repository at this point in the history
  • Loading branch information
xlgmokha committed Aug 9, 2018
1 parent 46c66fd commit 1662e9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/saml/kit/builders/assertion.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def initialize(response_builder, embed_signature)
end

def name_id_format
request.try(:name_id_format) || Saml::Kit::Namespaces::PERSISTENT
request.try(:name_id_format)
end

def name_id
Expand Down

0 comments on commit 1662e9a

Please sign in to comment.