altran / _Whydah-UserIdentityBackend

The vault of users and applications. The UserIdentytyBackend module of the Whydah IAM/SSO
Other
0 stars 3 forks source link

Review default role functionality #16

Closed maurtvedt closed 10 years ago

maurtvedt commented 10 years ago

Review default role functionality and make sure it works properly

Example: en admin skal legge til tilgang til en applikajson for en bruker, f.eks per skal ha tilgang til timeregistrering... 99% av brukerene skal ha samme rolle... så da slipper admin å bli forvirret med "hvilken rolle var det han skulle ha nå da for å få tilgang"

..også tilsvarende for "signup" funksjonalitet... hvilken rolle skal signup gi (ref: confluence f.eks)

totto commented 10 years ago
  1. the list of roles for an application is mostly an back-office admin gui feature.. Yep, this is for userAdminWebapp
  2. user/application/add or similar makes sence for the 3part API-et
    ED: 2. This is something to be discussed for userAdminService, yes.