Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
content.jsfor the customokta-integrator-certevent, extracting certificate data from the event and sending it to the background script for processing.background.jsto process incoming certificate messages: validates the certificate, logs details, and attempts to send it to the browser usingchrome.wootz.mtlsCert, with error handling and detailed logging.Popup Redirect Update
popup.htmlfromhttp://eb.wootzapp.com/oktatohttp://trust.wootzapp.com/okta.