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
when /protected1 endpoint invoked, it perform authentication correctly by contacting to openid provider and pass claims and tokens to next downward system
I have some questions on other 3 Locations.
when /protected2 endpoint invoked, it checks user is valid and pass claims and tokens to next downward system. But it also checks access token is expiring and invoke refresh grant automatically if required. How can refresh grant call be avoided as we dont want to refresh the access token in this endpoint as we are expecting only valid-user should be checked ?
Both /public1 and /public2 endpoint does not perform any mod_auth operation and passes only mod_auth_openid_session to next downward system. But Access Token is not set in Authorization header. It remains as
Authorization: Bearer null
What will happen if we set OIDCRefreshAccessTokenBeforeExpiry 0
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, we have configured 2 public and 2 protected locations as below
when /protected1 endpoint invoked, it perform authentication correctly by contacting to openid provider and pass claims and tokens to next downward system
I have some questions on other 3 Locations.
Authorization: Bearer null
Thanks
Beta Was this translation helpful? Give feedback.
All reactions