Replies: 4 comments 2 replies
|
Hey @RELAXccc! You are not stupid — you were looking for the wrong kind of credential, and nothing told you that. The provider exists and works. It is What you actually need, both parts:
Both are required. There is no Two things that will save you the next round of frustration:
This is an unofficial integration, so treat it accordingly with a corporate account. You are right that this should not have required asking: the procedure existed only in the connection form's hint text and nowhere in the docs. Opened #12779 to document it properly, crediting this discussion. Thanks for pushing on it instead of giving up quietly — that is what made the gap visible. If it still fails after capturing both parts from the WS URL, paste the error (redact the token) and I will trace it. |
|
Thank you very much! this worked perfectly. I only looked at the "How to get the session credential" text within the app. (Also, it only mentions the chrome cookie-editor plugin, firefox works the same) The refresh token sounds interesting! Is there any documentation where i could read up on how to implement this? |
|
Great that the WebSocket credential worked. A refresh token is OAuth, but you should not spoof responses or reverse-engineer your company's sign-in flow. It must come from a Microsoft OAuth flow that your tenant and corporate policy permit, requesting |
|
@RELAXccc — @pacocartones is right on every point, and I want to underline the one that matters most: do not spoof responses or reverse-engineer your company's sign-in flow. This is a corporate tenant and an unofficial integration; the difference between "worked around a login" and "circumvented an access control" is not one you want to argue with your own IT department. Get your administrator's agreement first. Two factual answers to your specific confusions:
The 75-minute expiry is why this feels unstable rather than broken. #12779 tracks documenting the supported flow properly, which is the path I would wait for rather than assembling one from another app's token. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hello,
i have this "free" ai access, but Microslop does not have any harnes available, so i want to use Omniauth as a Proxy
the URL i get
https://m365.cloud.microsoft/chat?auth=2&origindomain=Office&client-request-id=*****&es=SSR&redirfrom=userTypeCookie&redirfrom=cosmicRingCookie
where ***** is an UUID version 4
These are the Cookies.
If there is any other dev, with experience in this repo interested, please respond. Lets develop a plugin together.
Greetings
PS: Yes, i can see those tickets which mention that this should work already. So please tell me how stupid I am and how i can find the correct cookies, i already tried for hours
All reactions