-
-
Notifications
You must be signed in to change notification settings - Fork 245
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
Option for SSO Login Popups for certain Apps #695
Comments
The error message from debugging is
|
Can you try doing Ctrl + Click? if it opens a separate pop up on the browser you then log in on a different context, what might be causing the problem. |
I did, and it behaves the same way as without CTRL: It only opens a window in my default browser. However, it seems that for this one app in Teams the authentication will not work outside the teams client's context. |
This piece of logic is the one that will be determining to open it into a different screen. MS do change how the handle the pop ups every now and then... so maybe they have changed something. |
For me it looks like the request to login via SSO goes to my browser but the return stays there and does not come back to the teams client. |
Might be related to the PWA issue with the links. I think MS changed something. There is an open issue that might help. Let me find it. |
#675 might be related to this. |
The PR in #713 might fix this issue. |
The behavior in 1.0.56 is still the same as before, unfortunately |
Can you tell me which app you're trying to add? Let me try to reproduce at my end |
The app is Office RND Hybrid (see https://www.officernd.com) |
Thanks but it's asking for some admin rights. What I get.
The above is restriction on my account. So what is the expectation if everything's right. |
Well this is a app to book work places in our company. It tries to open a page with a SSO page (from the MS cloud, probably at some point this leads to login.microsoftonline.com) and opens it in a browser but looses the context and does not revert back to Teams-for-Linux. In the MS Teams Web-App this feedback returns well, of course. |
Have you tried doing a ctlr+click on the app? That should open it in the
same context so the credentials cab be used.
…On Sat, 29 Apr 2023, 15:11 Jijo Joseph, ***@***.***> wrote:
Do you face the same with GitHub also? Something like this
[image: image]
<https://user-images.githubusercontent.com/11662148/235307299-a41b5b39-a884-4032-b854-2999013e7229.png>
—
Reply to this email directly, view it on GitHub
<#695 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADJHEGD73TJSA4E44CEV6TXDUORJANCNFSM6AAAAAAVOPYQWE>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
@IsmaelMartinez it's not currently implemented. CTRL + click is having disposition |
@elhennig checkout |
@jijojosephk Thanks a lot! The new dialogue works fine for me (tried with 1.0.80). |
Hey, after updating to the latest version I noticed the change made here. While this might be sometimes useful it is pretty bad UX for users that do not need this regularly. I can now no longer open links with a single click, but do need two clicks and a mouse movement. When trying to open multiple links in a row this does not take ages... |
I tried to add an app to my teams client that will ask for "Login with Company SSO". In the MS client this will open a popup to continue to login, while the request in teams-for-linux will go to the default browser and not return to the app.
Is there any option to handle such requests (i.e. URLs) within the client?
The text was updated successfully, but these errors were encountered: