Set up Auth to just get user info

First of all, Thank you for this awesome package! I am trying to use panel to create a dashboard which will have some user defined logic. We have an url like kerb[dot]com which returns the user information like {‘user_id_name’: ‘’…} etc. I just want to get the name of user and no access_token, auth_token etc is involved. How can I setup auth for this ? I tried using ‘generic’ auth setting AUTHORIZE_URL as kerb[dot]com but this doesnt work. It just opens kerb[dot]com with user info and never redirects.

TIA