Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to Set Up oauth connections in MacOS Client #2552

Closed
tonygauderman opened this issue Jun 13, 2024 · 5 comments · Fixed by #2561
Closed

Unable to Set Up oauth connections in MacOS Client #2552

tonygauderman opened this issue Jun 13, 2024 · 5 comments · Fixed by #2561

Comments

@tonygauderman
Copy link

Bug Description:
When trying to create an oauth connector in MacOS, what appears to be an browser pop up from within Altair pops up, title shows the title of the site it would be connecting to, but the page is completely black and I cannot grant the permission. This does work on the same computer as a Chrome Extension. This is to a Webex Developers API.

Screenshot:
image

@imolorhe
Copy link
Collaborator

Can you check the console if there are any errors? Cmd + Alt + I should pop the developer tools open in the desktop app

@tonygauderman
Copy link
Author

There are no errors in the developer console.

@imolorhe
Copy link
Collaborator

I mean check the console in the dialog that opened. There may be some CSP or other errors that block the content from rendering. This is the google signin page rendered with the developer console open.
Screenshot 2024-06-18 at 10 35 21 PM

It looks like the issue is the CSP set in Altair blocks the scripts from non-Altair and non-google domains. I'll fix this in the next release.

@tonygauderman
Copy link
Author

Get this in the current version
image

@imolorhe
Copy link
Collaborator

Yeah that checks out. That PR should fix it

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

Successfully merging a pull request may close this issue.

2 participants