Hello
I'm trying to connect mattermost to cas. mattermost does support oauth protocol for gitlab. I think it should work with CAS/OAuth too. It's protocol! right? so I config mattermost with CAS/OAuth urls. It redirects to login page properly. But when redirects back to mattermost it shows error "Invalid state token".
I checked packets by wireshark. the "state" parameter that mattermost sends to cas is diffrerent than the "state" parameter that cas returns. like this:
As you see the second one is longer than the first. Is this a bug?
Thanks