oauth-roles - OAuth Role Map (oauth-roles)

OAuth web application security role map.

NameTypeDefaultDescription
idstringA unique configuration ID.

authenticated

A unique configuration ID.

NameTypeDefaultDescription
idstringA unique configuration ID.

authenticated > user

A unique configuration ID.

NameTypeDefaultDescription
idstringA unique configuration ID.
namestringName of a user who has the security role.
access-idstringA user access ID in the general form user:realmName/userUniqueId. A value will be generated if one is not specified.

authenticated > group

A unique configuration ID.

NameTypeDefaultDescription
idstringA unique configuration ID.
namestringName of a group that has the security role.
access-idstringA group access ID in the general form group:realmName/groupUniqueId. A value will be generated if one is not specified.

authenticated > special-subject

A unique configuration ID.

NameTypeDefaultDescription
idstringA unique configuration ID.
type
  • EVERYONE
  • ALL_AUTHENTICATED_USERS
One of the following special subject types: ALL_AUTHENTICATED_USERS, EVERYONE.
EVERYONE
All users for every request, even if the request was not authenticated.
ALL_AUTHENTICATED_USERS
All authenticated users.

clientManager

A unique configuration ID.

NameTypeDefaultDescription
idstringA unique configuration ID.

clientManager > user

A unique configuration ID.

NameTypeDefaultDescription
idstringA unique configuration ID.
namestringName of a user who has the security role.
access-idstringA user access ID in the general form user:realmName/userUniqueId. A value will be generated if one is not specified.

clientManager > group

A unique configuration ID.

NameTypeDefaultDescription
idstringA unique configuration ID.
namestringName of a group that has the security role.
access-idstringA group access ID in the general form group:realmName/groupUniqueId. A value will be generated if one is not specified.

clientManager > special-subject

A unique configuration ID.

NameTypeDefaultDescription
idstringA unique configuration ID.
type
  • EVERYONE
  • ALL_AUTHENTICATED_USERS
One of the following special subject types: ALL_AUTHENTICATED_USERS, EVERYONE.
EVERYONE
All users for every request, even if the request was not authenticated.
ALL_AUTHENTICATED_USERS
All authenticated users.