You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
regarding your "sample-web-server.js" for okta-hosted login, if i want to send cURL request to your protected endpoint (the /profile endpoint), do i need access token & then include it as Authentication Bearer token inside cURL request? or what kind of token do I need?
The text was updated successfully, but these errors were encountered:
The main server is written with the assumption that you are serving browser clients - it relies on the browser to obtain the token and save it to the browser, which can then use the token both in handling requests for web pages as well as passing along to backend servers.
regarding your "sample-web-server.js" for okta-hosted login, if i want to send cURL request to your protected endpoint (the
/profile
endpoint), do i need access token & then include it as Authentication Bearer token inside cURL request? or what kind of token do I need?The text was updated successfully, but these errors were encountered: