Skip to content

Conversation

@Aaditesh2307
Copy link
Contributor

This pull request introduces new functionality for handling client certificates (mTLS) in the extension, alongside a minor update to the popup redirect URL. The main changes add support for detecting certificate events in the content script, extracting certificate data, and securely passing it to the background script, which then attempts to send the certificate to the browser using a custom Chrome API. Additionally, the popup now redirects to an updated URL.

mTLS Certificate Handling Functionality

  • Added a listener in content.js for the custom okta-integrator-cert event, extracting certificate data from the event and sending it to the background script for processing.
  • Implemented logic in background.js to process incoming certificate messages: validates the certificate, logs details, and attempts to send it to the browser using chrome.wootz.mtlsCert, with error handling and detailed logging.

Popup Redirect Update

  • Updated the redirect URL in popup.html from http://eb.wootzapp.com/okta to http://trust.wootzapp.com/okta.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant