Please enable JavaScript to view this site.

Navigation: LinkarWS Manager

Identity Resources

Scroll Prev Top Next More

 

Valid for OAuth2.0 Authentication Mode only.

Under IdentityServer4  Authentication Mode, Identity Resources are configured in the IdentityServer4 server.

In OAuth2.0 they are also known as Resource Owners.
 
The owner of the resource is the user who gives authorization to a certain application to access his account and be able to do some things on his behalf.
 
The set of things the application can do on its behalf is defined by Scopes, and could be, for example, read only access and not being able to create any type of element from any new resource.
 
Identity Resources define data such as the user ID, name or email address. An Identity Resource has an unique name and can be assigned arbitrary Claims. These Claims will be included in the user's identity token. The client will use the scp parameter to request access to an Identity Resource.

We will define the list of users together with their Claims. The administrator has the option to have an MVBASIC subroutine managing the users. More information about MV components here.

 

Field

Type

Description

New

Button

Create Identity Re-source.

Delete Selected

Button

Delete selected Identity Resources from the Database.

Export Selected

Button

Export selected Identity Resources to a JSON file.

Import from file

Button

Import Identity Resources from a JSON file.

Pencil Icon

Button

Edit Identity Resource.

Trash Icon

Button

Delete Identity Resource.

Copy Icon

Button

Create Identity Resource by copying data from an existing Identity Resource.

 

Create/Edit/Copy Identity Resource

 

Field

Type

Description

Cancel

Button

Discard changes and close the form.

Create/Update

Button

Save IdentityResource.

Identity Name

Required

Unique name for the Identity Resource. The client will use this value for the Scope parameter in the authorization request.

Enabled

Switch

Enable or disable Identity Resource.

Description

Optional

Internal description for documentation.

Give control to MVBASIC subroutine

Switch

The administrator can use the SUB.LK.MAIN.WS.IDENTITY.RESOURCES routine to manage and control the users. This routine must validate and return the Claims assigned to the user. Link to MVComponents.

Linkar EntryPoint

Select

In case of giving control to the MVBasic subroutine, we will have to indicate in which EntryPoint this sub-routine is located.

 

 

 

Users

 

User Claims

 

User Scopes