[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Error message: client-principal validation failed in Session because - The client-princ

  • Thread starter Thread starter Irfan
  • Start date Start date
Status
Not open for further replies.
I

Irfan

Guest
BTW, the original example works for me. I just needed to change to remove the OEClientPrincipalFilter.key and use only OEClientPrincipalFilter.registryFile and it works perfectly fine. ## login model client.login.model=oauth2 ## The clear-text key value is 'JWTkey'. The encrypted value is generated using 'genpassword' OEClientPrincipalFilter.domain=JWTdomain OEClientPrincipalFilter.registryFile=domreg.bin ## JWT token handler properties for jwtAuthFilter & oauth2.resSvc.. jwtToken.signatureAlg=HS256 jwtToken.macKey=oeph0::76E5F6C162276768465F02E4D2D1DDCD jwtToken.keystore.type=mac jwtToken.mapScopeToRole=true jwtToken.scopeToRolePrefix=scope. jwtToken.includeAllClaims=true jwtToken.scopeNameField=scope ## OAuth2 Resource server configuration oauth2.resSvc.audience=pasoe.openedge.progress-users.com oauth2.resSvc.tokenServices=jwt

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