About role-based authority
![](http://jazz.net/_images/myphoto/dd3da7a3fdbd4b6206fcf82ee6508518.jpg)
Hi
I'm green hand about jazz foundation SDK. I build a pure fronting application with JFS SDK My question is how to add a role-based authority management in the fronting application?
Maybe I want such a simple scenario
1A user has a role or more than one role.
2A role has permission of a set of actions or access to some of the resource.
To some extent, it just like the process template in RTC, but in our application, there's no concept of project or team area.
Does JFS SDK supply it? Or is any document related to such a requirement.
By the way, I saw a wiki page: https://jazz.net/wiki/bin/view/Main/TeamProcessFrontingAppDeveloperGuide. Is there any programming example or guide about it? I'm still confused.
Thanks.
I'm green hand about jazz foundation SDK. I build a pure fronting application with JFS SDK My question is how to add a role-based authority management in the fronting application?
Maybe I want such a simple scenario
1A user has a role or more than one role.
2A role has permission of a set of actions or access to some of the resource.
To some extent, it just like the process template in RTC, but in our application, there's no concept of project or team area.
Does JFS SDK supply it? Or is any document related to such a requirement.
By the way, I saw a wiki page: https://jazz.net/wiki/bin/view/Main/TeamProcessFrontingAppDeveloperGuide. Is there any programming example or guide about it? I'm still confused.
Thanks.
3 answers
![](http://jazz.net/_images/myphoto/dd3da7a3fdbd4b6206fcf82ee6508518.jpg)
Hi
I'm green hand about jazz foundation SDK. I build a pure fronting application with JFS SDK My question is how to add a role-based authority management in the fronting application?
Maybe I want such a simple scenario
1A user has a role or more than one role.
2A role has permission of a set of actions or access to some of the resource.
To some extent, it just like the process template in RTC, but in our application, there's no concept of project or team area.
Does JFS SDK supply it? Or is any document related to such a requirement.
By the way, I saw a wiki page: https://jazz.net/wiki/bin/view/Main/TeamProcessFrontingAppDeveloperGuide. Is there any programming example or guide about it? I'm still confused.
Thanks.
As far as I can tell, role-based permission control is governed by project/team area.So, there must be project/team area there.
And, https://jazz.net/wiki/bin/view/Main/TeamProcessFrontingAppDeveloperGuide we have application scoped project area: we created project area that owed by fronting application logically.
![](http://jazz.net/_images/myphoto/dd3da7a3fdbd4b6206fcf82ee6508518.jpg)
Did you look into Fronting Application's Configuration Data guide? This might be what you are looking for.
It helps in defining actions of a fronting application which can be configured through the process of it's project area. Here are the links -
https://jazz.net/wiki/bin/view/Main/TeamProcessFrontingAppDeveloperGuide#Configuration_Data
https://jazz.net/wiki/bin/view/Main/FrontingAppConfigData
-Shivank
Jazz Foundation Dev Team
It helps in defining actions of a fronting application which can be configured through the process of it's project area. Here are the links -
https://jazz.net/wiki/bin/view/Main/TeamProcessFrontingAppDeveloperGuide#Configuration_Data
https://jazz.net/wiki/bin/view/Main/FrontingAppConfigData
-Shivank
Jazz Foundation Dev Team
Thanks, thomasyu,
I'm trying the guide Application scope project area. but met some error:
http://jazz.net/forums/viewtopic.php?t=16433.
Is that document written front of the code?