Pure-Battlefield / gswat

The Pure Game Server Web Administration Tool
Other
2 stars 5 forks source link

Implement Azure Access Control Service for Auth^2 #46

Closed wbbarr closed 11 years ago

wbbarr commented 11 years ago

Azure Access Control service needs to be added to the project such that we can restrict access to GSWAT to authorized users only. ACS should use Google Account as the preferred authentication method.

Authentication at this point needs to be implemented in both Core/IAPI AND the Frontend (Frontend does auth, gives token to Core, Core validates token and ensures access).

wbbarr commented 11 years ago

Going to close this as we're migrating to ServiceStack.