Configure JWT

Perform the following steps to configure JWT.

To configure JWT, refer to the JWT Auth Configuration section in the Databricks Clusters - FGAC connector.

  1. In PrivaceraCloud, navigate to Settings -> Applications.
  2. On the Connected Applications screen, select S3.
  3. On the screen, click the edit icon, and then click on Access Management -> ADVANCED tab.
  4. Add the following properties:
    Properties
    # static jwt configuration
    privacera.jwt.oauth.enable=true
    privacera.jwt.0.token.issuer=https://example.com/issuer
    privacera.jwt.0.token.publickey=<PUBLIC KEY>
    privacera.jwt.0.token.userKey=client_id
    privacera.jwt.0.token.groupKey=scope
    privacera.jwt.0.token.parserType=PING_IDENTITY
    
    # dynamic jwt configuration
    privacera.jwt.1.token.parserType=PING_IDENTITY
    privacera.jwt.1.token.userKey=client_id
    privacera.jwt.1.token.groupKey=scope
    privacera.jwt.1.token.issuer=https://example.com/issuer
    privacera.jwt.1.token.publickey.provider.url=<public_key_provider_url>
    privacera.jwt.1.token.publickey.provider.auth.type=basic
    privacera.jwt.1.token.publickey.provider.auth.username=your_username
    privacera.jwt.1.token.publickey.provider.auth.password=your_password
    privacera.jwt.1.token.publickey.provider.response.key=x5c
    privacera.jwt.1.token.publickey.provider.key.id=kid
    
  5. Click the Test Connection button to verify the connection.
  6. Once the connection is successful, click Save.

Comments