diff --git a/src/accounts.rs b/src/accounts.rs index 2172e2c..8a04842 100644 --- a/src/accounts.rs +++ b/src/accounts.rs @@ -150,6 +150,7 @@ pub fn create_id_token_claims( "aud": client_id, "exp": now + crate::TOKEN_EXPIRATION, "iat": now, + "name": adjective.to_owned()+animal, "given_name": animal, "family_name": adjective, "email": mangle("email")[..24].to_owned()+"@email.invalid",