mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
debug show SSO callback result
This commit is contained in:
parent
ef6bf02ac4
commit
add24d5999
1 changed files with 1 additions and 0 deletions
|
@ -494,6 +494,7 @@ async def auth_callback(request: Request): # noqa: PLR0915
|
|||
redirect_url=redirect_url,
|
||||
)
|
||||
# User is Authe'd in - generate key for the UI to access Proxy
|
||||
verbose_proxy_logger.debug(f"SSO callback result: {result}")
|
||||
user_email: Optional[str] = getattr(result, "email", None)
|
||||
user_id: Optional[str] = getattr(result, "id", None) if result is not None else None
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue