This repository has been archived by the owner on Apr 12, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 81
SAML #92
Comments
Can you do require('keytar').getPassword('Slack', 'tokens').then(console.log) and do you see a JSON string with (Please do not paste your token here.) And if tokens are printed, can you try running following code to see if the token can be used? (new (require('@slack/web-api').WebClient)('xoxs-your-token')).auth.test().then(console.log) |
Hi, No token/teamId found
|
It seems that slack handles SAML login differently than normal login. |
Via a webbrowser, I'm able to get the |
keytar reads from system keychain, it is possible that Slack generates a new token for SAML every time and does not store the token in system keychain. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
It doesn't seem possible to login when your company have SAML integration
Fetch tokens from official Slack app is not working (No Valid Slack tokens found)
Dunno how I can help, or debug ?
I'm on Linux
Best regards,
The text was updated successfully, but these errors were encountered: