feat(api): EE-SSO log request
This commit is contained in:
parent
2482efb66d
commit
1ab8c10687
1 changed files with 3 additions and 0 deletions
|
|
@ -113,6 +113,9 @@ async def process_sso_assertion(request: Request):
|
|||
@public_app.post('/sso/saml2/acs/{tenantKey}', tags=["saml2"])
|
||||
async def process_sso_assertion_tk(tenantKey: str, request: Request):
|
||||
req = await prepare_request(request=request)
|
||||
print("------------")
|
||||
print(req)
|
||||
print("------------")
|
||||
session = req["cookie"]["session"]
|
||||
auth = init_saml_auth(req)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue