Select theme:
When security is enabled Radzen will inject the Security
Angular service to all pages. It is available
as the security
property.
Returns true
if the user is authenticated (logged in); otherwise false
;
Use it in Radzen as ${security.isAuthenticated()}
.
Returns true
if the user is from the specified role(s) or Administrator; otherwise false
;
Use it in Radzen as ${security.isInRole('Sales')}
.
Returns the name of the authenticated user.
Use it in Radzen as ${security.name}
.
Returns the profile object of the authenticated user. Contains all claims associated with the user - name, role and custom ones.
For example to get a custom claim called country
use ${security.profile.country}
Check Extend Application User for instructions about adding custom properties to the user.
Returns the roles of the authenticated user.
Radzen is free to use. You can also test the premium features for 15 days.
Download NowSelect theme: