Add HS256 support for JWS.
This commit is contained in:
parent
af3a0c0581
commit
dff76cd1ea
5 changed files with 44 additions and 13 deletions
|
@ -113,7 +113,7 @@ class AuthorizeEndpoint(object):
|
|||
user=self.request.user,
|
||||
aud=self.client.client_id,
|
||||
nonce=self.params.nonce)
|
||||
query_fragment['id_token'] = encode_id_token(id_token_dic)
|
||||
query_fragment['id_token'] = encode_id_token(id_token_dic, self.client)
|
||||
else:
|
||||
id_token_dic = {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue