Global web icon
stackoverflow.com
https://stackoverflow.com/questions/70867064/signi…
Signing into slack-desktop not working on 4.23.0 64-bit (Ubuntu)
I suspect that slack changed in how they handle the links/links has changed - it aligns with slack upgrade in my case: slack-desktop:amd64 from 4.22.0 to 4.23.0. Looking at process list: the slack website asks browser to open link with upper case kde-open5 is run with correct link slack is run with lower-cased workspace
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/46094760/sign-…
"Sign in with Slack" keeps prompting user for permission every time
So what I expect is that after the first time user grants the identity permissions, next times when user clicks on the "Sign in with Slack" button, they should still be brought to slack's oauth page, where slack would check and see that this user has already granted us the identity.* permission, and return a new authorization code to our ...
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/66463758/how-d…
How do I sync a Slack workspace from mobile to desktop?
I was added to a Slack workspace by a coworker. I must've accepted something on the mobile app because I have access to the workspace there. Somehow, the desktop app never reflected this change and...
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/60972374/slack…
Slack: change browser to open links from desktop app
I now have the Slack desktop app to keep in better communication with folks at work. But when I click on links from there, it goes to Brave where I am not logged-in to anything work related. Is there a way to change the browser that Slack opens without changin my system wide default browser? I'm on a Mac, Mojave, if that helps.
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/50280153/way-t…
Way to get timestamp of last activity for all Slack users
It depends a bit how you define "active on Slack". If getting the date and time a user was logged in last is enough, take a look at team.accessLogs, which will give you the timestamp of the last login for every user (date_last). This will not reflect whether the user performed any activity, e.g. posting a message or uploading a file though. However, note that this API method works for paid ...
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/78889762/full-…
Full authentication is required to access this resource on custom ...
Created a matching user with my Slack user (using e-mail) and tested logging in with Slack (OK, at least at log level, I can see that e-mail matches Pimcore user fine, and onAuthenticationSuccess is called) **- Could not manage transferring logged in user to Pimcore Admin UI (Full authentication is required to access this resource.) **
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/75129440/slack…
Slack OAuth token expiration - Stack Overflow
Correct, access tokens don't expire unless you have enabled token rotation. Yes, in that case the user would have to be redirected again. Yes, once a user uninstalls the app and the token is revoked, that token will never be useable again. When the same user re-installs the app a new access token is provided.
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/67793807/get-s…
Get Slack User Token for Slack API - Stack Overflow
I'm writing a script that posts automated messages as me. I having a hard time finding my user token. Do I have to create an app?
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/77023097/how-t…
How to get Slack User Token for Slack App to Post Message on User Behalf
0 I'm trying to make a Slack App that can send messages on user behalf (similar to Giphy, which apparently is different than regular Slack Apps). In order to send messages as users (not just impersonating using chat:write.customized), I need the user's User Token.
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/74255094/slack…
Slack sign in automatically without even asking for username
I did an integration between slack and azure to enable my users to connect to my slack workspace through azure AD using SAML sso sign in. The problem is once I have signed in using any browser, when I sign out and try to sign in again I get automatically signed in without even asking for at least a username.