nonce enable on authentication request (#6556)

This commit is contained in:
Serghei Mihai 2015-02-19 11:56:54 +01:00
parent aec1dadb72
commit aac36ffc5f
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ class Client(oic.Client):
"response_type": self.behaviour["response_type"],
"scope": self.behaviour["scope"],
"state": session["state"],
# "nonce": session["nonce"],
"nonce": session["nonce"],
"redirect_uri": self.registration_response["redirect_uris"][0]
}