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

fix(Intune): correctly iterate when ssoInTuneAuthUser is provided #1502

Merged
merged 2 commits into from
Nov 28, 2024

Conversation

fmoessbauer
Copy link
Contributor

We need to iterate the values, not the indexes.

closes: #1466

Copy link

sonarcloud bot commented Nov 28, 2024

@IsmaelMartinez IsmaelMartinez merged commit 09f49fb into IsmaelMartinez:main Nov 28, 2024
4 checks passed
@IsmaelMartinez
Copy link
Owner

Thanks a lot for contributing! I will create a pre-release and see if people can have a play with it. 1.2.1 has an annoying screensharing issue for some people, if we see this also happens to you I can try to do a 1.11.6 release with your changes.

Thanks again for the fix!

@nsballmann
Copy link

1.2.1 has an annoying screensharing issue for some people, if we see this also happens to you I can try to do a 1.11.6 release with your changes.

Could be a similar recent screen sharing issue like this one (specifically only present on MS Edge): https://learn.microsoft.com/en-au/answers/questions/2120532/screen-sharing-stops-working-(ms-teams-google-meet

So I guess, the issue is caused by changes on MS side. Either in the Teams PWA or in how it's rendered in Edge. News is for me, that the Electron rendering teams-for-linux is using seems also affected. This info could help in identifying the regression location. Not sure where to address this, though.

@IsmaelMartinez
Copy link
Owner

IsmaelMartinez commented Nov 29, 2024 via email

@IsmaelMartinez
Copy link
Owner

https://github.com/IsmaelMartinez/teams-for-linux/releases/tag/v1.12.2 is pre release ready.

@nsballmann
Copy link

Might be unrelated as electron uses chromium on the back. I don't remember if Edge is a chromium based browser or not, I think so, but with a lot of MS tweaks?!? thanks for sharing and checking.

MS Edge is definitely Chromium based. So it might be a regression of the Teams PWA even with all Chromium based software?

The time based coincidence is just striking.

@IsmaelMartinez
Copy link
Owner

It does seem to be a chromium issue #1489 (comment) but the fix is in version 131, what probably means we need to wait until electron 34 is out of beta (and a bit stable) and hopefully they will have the fix there :/

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

Successfully merging this pull request may close these issues.

Explicitly setting "ssoInTuneAuthUser" is broken
3 participants