Auth
From BC$ MobileTV Wiki
Short for one of:
Authentication or Authorization
Tools
- Auth0: https://manage.auth0.com/#/ | [SDK] | PHP (Authentication & Authorization "as-a-service" for APIs, Web Applications & Mobile Applications)
Resources
- Apache Shiro project: http://shiro.apache.org/
- IBM Tivoli/WebSphere -- SAML implementation: https://developer.ibm.com/digexp/docs/docs/customization-administration/step-step-guide-implement-saml-2-0-portal-8-5/ (LTPA Cookie dependency explained... an issue which plagued MBC's Tivoli roll-out)
- JSON Web Tokens (JWT): https://jwt.io/
Tutorials
- Identity federation using SAML and WebSphere software: http://www.ibm.com/developerworks/library/ws-SAMLWAS/index.html
- Security Assertion Markup Language (SAML) 2.0 -- How it works: https://www.pingidentity.com/en/resources/articles/saml.html
- How to Study and Learn SAML: http://identitymeme.org/doc/draft-hodges-learning-saml-00.html
- Using SAML security tokens with Microsoft Web Services Enhancements: https://www.ibm.com/developerworks/tivoli/library/t-samlwse/index.html
- Implementing an identity provider initiated SSO using a signed SAML assertion: https://www.ibm.com/developerworks/websphere/library/techarticles/1505_pal1/1505_pal1.html
- Get Started with JSON Web Tokens: https://auth0.com/learn/json-web-tokens/
- Learn how to handle authentication with Node using Passport.js: https://medium.freecodecamp.org/learn-how-to-handle-authentication-with-node-using-passport-js-4a56ed18e81e
- Edge Authentication and Token-Agnostic Identity Propagation (at Netflix): https://netflixtechblog.com/edge-authentication-and-token-agnostic-identity-propagation-514e47e0b602
- Authentication vs Authorization - What is the Difference? (INFOGRAPHIC): https://dzone.com/articles/authentication-vs-authorization-what-is-the-differ
External Links
- A New Venn Of Access Control For The API Economy: http://blogs.forrester.com/eve_maler/12-03-12-a_new_venn_of_access_control_for_the_api_economy
- Simple Authentication and Authorization Application: http://book.cakephp.org/2.0/en/tutorials-and-examples/blog-auth-example/auth.html
- Steps to Building Authentication and Authorization for RESTful APIs: http://dzone.com/articles/steps-to-building-authentication-and-authorization
- Microsoft Auth -- SAML Tokens and Claims: https://msdn.microsoft.com/en-us/library/ms733083(v=vs.110).aspx