0
votes

i've embedded a WebView2 control into an application and it works pretty good.

Now i need to integrate this with Oracle ESSO Logon manager because i need OESSO auto inject credentials.

Oracle provides web extensions for Edge/Chrome/Firefox and it works fine too but i need to install this extension in my WebView2 app by default.

WebView2 does not support extensions yet but does anyone know any workaround?

I tried to make some tricks with userFolder without positive results.

var userDataFolder = Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData)

Thanks in advance!

1

1 Answers

0
votes

WebView2 doesn't currently support extensions although the feature request is tracked on the WebView2Feedback project.

The way extensions are disabled I don't believe there is a work around.