You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When trying to authorize access to the Blackbaud data of your organization and you are using Google SSO, the authorize button is shaded and doesn't allow you to click on it to finish accepting the access request.
To Reproduce
Steps to reproduce the behavior: Connect to the SKY API. When the web browser control window comes up, proceed to grant access to the application and when logging in with Google the authorize button is not able to be clicked.
Expected behavior
You should be able to click the authorize button to allow it.
Desktop (please complete the following information):
OS: Windows 10
PowerShell Edition: Both desktop & core
The text was updated successfully, but these errors were encountered:
This is due to the Web Browser Control is - by default - perpetually stuck in IE 7 rendering mode. We do not have control over the Blackbaud website so we cannot use the IE Edge mode header to have it just use the latest one. The only other option without adding a lot of extra code to change to a Chromium web browser, etc. is to set a registry key for the app that is running the PowerShell code and calling the SKYAPI module.
The registry key is FEATURE_BROWSER_EMULATION. Starting with IE 8 Microsoft introduced registry entries that control browser behavior when a Web Browser Control is embedded into other applications. These registry values are used by many application on your system.
Essentially you can specify a registry with the name of your Executable and specify the version of IE that you would like to load. The numbers are specified as 11000, 10000, 9000, 8000 and 7000. The keys can be specified either for the current user (HKCU) or globally for all users (HKLM).
Describe the bug
When trying to authorize access to the Blackbaud data of your organization and you are using Google SSO, the authorize button is shaded and doesn't allow you to click on it to finish accepting the access request.
To Reproduce
Steps to reproduce the behavior: Connect to the SKY API. When the web browser control window comes up, proceed to grant access to the application and when logging in with Google the authorize button is not able to be clicked.
Expected behavior
You should be able to click the authorize button to allow it.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: