OKTA SAML auth with Cookieless

Hi,
I’ve created a backend for callback function which will redirect to frontend once authentication is done and authenticating every route on frontend with jwt token generated from backend in passport strategy,

But I want to have SAML auth from backend but without cookies.
I want to have cookieless auth,

What would be strategy to implement it?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.