Skip to content

Commit

Permalink
xs:ID fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Pedersen committed Mar 7, 2011
1 parent 0c33f97 commit f17115b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/onelogin/saml/authrequest.rb
Expand Up @@ -6,7 +6,7 @@
module Onelogin::Saml
class Authrequest
def create(settings, params = {})
uuid = UUID.new.generate
uuid = "_".UUID.new.generate
time = Time.now.utc.strftime("%Y-%m-%dT%H:%M:%SZ")

request =
Expand Down

0 comments on commit f17115b

Please sign in to comment.