Hello, I have been following you for a while, and your videos have been helpful in solving complex problems in VBA. Recently, I came across an interesting topic: SSO OAuth2 Authorization in VBA. Many people seem to be struggling with this, but I'm wondering if anyone has managed to solve it. This issue involves interacting with a browser, specifically Internet Explorer, but even after interacting with it, extracting the required API response header seems to be a challenge because using "InternetExplorer.Application" can extract the webpage element not the Network Headers Tokens. I wanted to request a video tutorial on this important Topic, as I believe you an advanced expert could provide a solution. There are likely many others who are also searching for answers in this area. If this goes possible then there will be huge positive Impact on data Analyist People. Thanking you.
I implemented that a while ago with IE, but that's not working anymore with Edge (requires some sort of browser automation like using Selenium for example). Have a look at this article from desktop liberation, but that's all for IE only: ramblings.mcpher.com/guests-articles-and-postings/oauth2-and-vba/
Hello, I have been following you for a while, and your videos have been helpful in solving complex problems in VBA.
Recently, I came across an interesting topic: SSO OAuth2 Authorization in VBA. Many people seem to be struggling with this, but I'm wondering if anyone has managed to solve it. This issue involves interacting with a browser, specifically Internet Explorer, but even after interacting with it, extracting the required API response header seems to be a challenge because using "InternetExplorer.Application" can extract the webpage element not the Network Headers Tokens.
I wanted to request a video tutorial on this important Topic, as I believe you an advanced expert could provide a solution. There are likely many others who are also searching for answers in this area.
If this goes possible then there will be huge positive Impact on data Analyist People.
Thanking you.
I implemented that a while ago with IE, but that's not working anymore with Edge (requires some sort of browser automation like using Selenium for example). Have a look at this article from desktop liberation, but that's all for IE only: ramblings.mcpher.com/guests-articles-and-postings/oauth2-and-vba/