• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Approaches for centralized multi-app role management

 
Greenhorn
Posts: 28
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
Assuming either SAML, Oauth, or similar authentication standards, what are some approaches to also handle user centralized authorization (role) based management across multiple applications that each of a unique list (2-10) roles per app, and some apps that have domain attributes as part of the authorization process?

example: user John Johns should have access to app1_admin, app2_supportpersonnel, app3_productmgr w/ domain attribute of product id.

thanks!
-Darren
 
reply
    Bookmark Topic Watch Topic
  • New Topic