Skip to main content

All Questions

0 votes
0 answers
60 views

What does the proximitiy_* cookie for when using OKTA for authentication

I am trying to understand what the proximity_* OKTA cookie means when we log into a platform using OKTA for authentication. We need this information to add it to our cookie policy disclosure. ...
Ade Amos's user avatar
3 votes
1 answer
4k views

PKCE flow with okta-react is storing okta-token-storage in localstorage. How to move it cookies?

I have implemented PKCE flow with @okta/okta-react library. After successful login it is storing accessToken and idToken in local-storage. But due an organizational policy, we need to store these in ...
ashish.99's user avatar