sem5640-2018 / gatekeeper

[.NET] AberFitness Authentication Service (Gatekeeper)
0 stars 1 forks source link

Single sign-out #65

Closed ghost closed 5 years ago

ghost commented 5 years ago

When the user signs out of Gatekeeper (or any client application), they should be signed out of every client application.

The current behaviour is that client applications remain logged in until the user's token expires.

See docs at http://docs.identityserver.io/en/latest/topics/signout.html for implementation details.

ghost commented 5 years ago

Bodged in https://github.com/sem5640-2018/deployment/pull/50 https://github.com/sem5640-2018/deployment/pull/51 https://github.com/sem5640-2018/deployment/pull/52 https://github.com/sem5640-2018/deployment/pull/53 https://github.com/sem5640-2018/deployment/pull/54 https://github.com/sem5640-2018/deployment/pull/55 https://github.com/sem5640-2018/deployment/pull/56 🆗