Start a conversation

Articles

  • Remove Users from Role

    Remove Users from a Role Prerequisites An administrator account for the site. Administrators have full permissions to the specific site. Steps Go to Persona Bar > Manage > Roles. ➊ ➋ Search for the ro...

  • Add Role to New Group

    Add a Role to a New Group Prerequisites An administrator account for the site. Administrators have full permissions to the specific site. Steps Go to Persona Bar > Manage > Roles. ➊ ➋ Create or edit a...

  • Edit Custom Role Group

    Edit a Custom Role Group Note: Default groups cannot be edited or deleted. Prerequisites An administrator account for the site. Administrators have full permissions to the specific site. Steps Go to P...

  • Delete Custom Role Group

    Delete a Custom Role Group Prerequisites An administrator account for the site. Administrators have full permissions to the specific site. Steps Go to Persona Bar > Manage > Roles. ➊ ➋ From the dropdo...

  • JWT User Credentials

    For DNN, the user credentials must be in a JSON object with a username (key: u) and a password (key: p). Below is a sample POST request with sitemanager as the username and dnnhost as password:   POST...

  • JWT Server Response

    When the server responds to the user's browser, the JSON object that is returned contains three properties: Property Name Description displayName The display name of the user. accessToken A JWT that m...

  • JWT Authentication

    About JWT Authentication Overview The JSON Web Token (JWT) is an open standard (IETF RFC 7519) data format that is compact, self-contained, and secure. It is intended for passing information where spa...

  • Edit Date Range for Role Membership

    Edit the Date Range for a Role Membership Prerequisites An administrator account for the site. Administrators have full permissions to the specific site. Steps Go to Persona Bar > Manage > Roles. ➊ ➋ ...

  • Setting up JWT Authentication

    Environment DNN Platform Evoq Content Evoq Engage   Prerequisites You need a host/superuser account to be able to perform the steps outlined in this article. Hosts have full permissions to all sites i...

  • Creating a Host (Super User) Account

    Overview Hosts (also known as Super Users) have full permissions to all sites within the DNN instance. Only a host can promote or demote a user account to or from a host account. Follow the steps prov...