mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 05:01:07 +00:00
look for user (client) name in another place
This commit is contained in:
@ -426,7 +426,7 @@ public class Auth0AuthenticationModule implements QAuthenticationModuleInterface
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
QUser qUser = new QUser();
|
||||
qUser.setFullName("Unknown");
|
||||
for(String key : List.of("name", "com.kingsrook.qqq.name"))
|
||||
for(String key : List.of("name", "com.kingsrook.qqq.name", "com.kingsrook.qqq.client_name"))
|
||||
{
|
||||
if(payload.has(key))
|
||||
{
|
||||
|
Reference in New Issue
Block a user