update hydra api
This commit is contained in:
parent
cfb40edc89
commit
deb73d06e6
2 changed files with 7 additions and 4 deletions
|
@ -69,6 +69,8 @@ async def consent() -> ResponseReturnValue:
|
|||
'username': str(user.username),
|
||||
'email': str(user.email),
|
||||
'email_verified': True,
|
||||
#'given_name': str(user.username),
|
||||
#'family_name': '-',
|
||||
'groups': [group.name for group in user.groups]
|
||||
}
|
||||
id_token_data = {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue