How To: AWS Cognito + Sign In With Slack
Create an OpenID Connect-compliant shim for sign in with Slack that works with AWS Cognito
Nov 7 · 3 min read
The Problem
Sign in with Slack is only an OAuth2 implementation — not an OpenID Connect (OIDC) implementation. This means it only offers authorization not authentication.


