[Progress Communities] [Progress OpenEdge ABL] Forum Post: PASOE - Redirect to Auth Server in oauth2 client login model?

  • Thread starter Thread starter brianlafertewk
  • Start date Start date
Status
Not open for further replies.
B

brianlafertewk

Guest
Under 11.7.2, is there a way to configure a web app that is using the client.login.model of 'oauth2' to redirect requests that do not have a valid JWT/Oauth2 token to an authorization server 'automagically'. Rather than giving a user the unauthorized response, I'd like to be able to provide a redirect to the auth service. Using the 'form' model it is simple enough to redirect the user to a loginpage, etc., so that if a user requests a resource that requires a session, they can log in. For 'oauth2' I see a 'oauth2.resSvc.remoteTokenService.url' parameter in the oeablSecurity.properties.README, which looks promising, but can't seem to find a combination settings that 'enable' that sort of service. Thanks, Brian

Continue reading...
 
Status
Not open for further replies.
Back
Top