mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
get_generic_sso_redirect_response
This commit is contained in:
parent
086904f3db
commit
8b029aff5e
1 changed files with 2 additions and 2 deletions
|
|
@ -1073,7 +1073,7 @@ class SSOAuthenticationHandler:
|
|||
allow_insecure_http=True,
|
||||
scope=generic_scope,
|
||||
)
|
||||
return SSOAuthenticationHandler.get_generic_sso_redirect_response(
|
||||
return await SSOAuthenticationHandler.get_generic_sso_redirect_response(
|
||||
generic_sso=generic_sso,
|
||||
state=state,
|
||||
generic_authorization_endpoint=generic_authorization_endpoint,
|
||||
|
|
@ -1083,7 +1083,7 @@ class SSOAuthenticationHandler:
|
|||
)
|
||||
|
||||
@staticmethod
|
||||
def get_generic_sso_redirect_response(
|
||||
async def get_generic_sso_redirect_response(
|
||||
generic_sso: Any,
|
||||
state: Optional[str] = None,
|
||||
generic_authorization_endpoint: Optional[str] = None,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue