Search results

  1. orombauts

    PASOE Properties (attributes) from an accepted JWT (introspection) are not loaded into the C-P

    PASOE is performing an token introspection (crf. oauth2.opaqueToken.introspectionUri). The token is accepted and the client principle login-state is set to SSO, meaning the C-P got sealed. So far so good. However, following claims are not available as properties on the C-P object in ABL...
  2. orombauts

    ABL client socket mTLS enabled and the sslKeyFile option

    Hi, I have this server 'DTREDIS1' set up with mTLS enabled. When using openssl s_client from the client machine, the connection works fine: "C:\Program Files\OpenSSL-Win64\bin\openssl" s_client -connect DTREDIS1:6379 -key c:\share\client.key -cert c:\share\client.crt -CAfile c:\share\ca.crt...
Back
Top