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
We use Apachi as a proxy for our back-end services which are running on the different ports on the server. It redirects url/path request to localhost:port.
For all of our back-end service, we need just a valid user which can be authenticated by client-id and secret (machine-to-machine call) except one service that is a sigle-page webapp. For this webapp, we need to redirect user to the Okta login page and give back the user info provided in the HTTP header to the application. How we can create a config file that satisfied our need?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
We use Apachi as a proxy for our back-end services which are running on the different ports on the server. It redirects url/path request to localhost:port.
For all of our back-end service, we need just a valid user which can be authenticated by client-id and secret (machine-to-machine call) except one service that is a sigle-page webapp. For this webapp, we need to redirect user to the Okta login page and give back the user info provided in the HTTP header to the application. How we can create a config file that satisfied our need?
Beta Was this translation helpful? Give feedback.
All reactions