-
Notifications
You must be signed in to change notification settings - Fork 4
Access Control Brainstorm
Sherry edited this page Aug 16, 2017
·
1 revision
Separate the Authorization from Authentication
We will need this, no matter what system we choose.
- adding auth database in front of (one or more ODM datasources)
- What Series have access control (from which source)
- we know who you are (trust project 2)
- can does user have the role that allows them to access data
- what data have you access
- UI to manage applying roles to data series
- update generic web services to accommodate authorization service
- Who you are
- What solutions are out there: Federated/central
- cloud based
- What is needed to integrate with Authorization System (project 1)
Requirements:
- It needs to be a service that a small user community can install and manage
OAuth 2:
Simple Web Token:
Azure Appfabric Access Control (also Windows Server AppFabic)
- MS Page for Appfabric
- Samples in Azre Labs
- Federated Auth Samples from Michèle Leroux Bustamante
- Blog on AppFabic Server and Azure
- Webcast Introducing Windows Azure AppFabric Access Control Service (ACS) Labs Release
- http://www.dasblonde.net/2010/04/19/DevConnectionsVSLaunchApril2010NdashCode.aspx
WIndows Identity Foundation: