I'm trying to sign my users in via JWT, and according to the docs, I should direct them to https://my.custom.domain/login/sso/jwt/<token>
, which is exactly what I've done.
However, that page gives me what looks like a 404 equivalent. The title says "Not Found", and looks very much like Peerboard doesn't recognize that as an SSO request.
Are the docs out of date? And if so, what is the correct destination for JWT-based SSO?
The documentation I'm referring to is https://community.peerboard.com/post/324940137?category=2097967386
I've verified my JWT at jwt.io, and it all checks out (using HS256 and my API Auth token).
Thanks!