Start a conversation

Articles

  • JWT Auth Handler

    JWT Authentication Handler After the JWT Authentication Handler is installed in DNN, the web.config file is updated with a line similar to the following: <authServices> <messageHandlers> <!-- other me...

  • Remove Role from Group

    Remove a Role from a Group Note: A role must belong to exactly one group. The [Global Roles] group contains all roles that do not belong to a custom group. Prerequisites An administrator account for t...

  • JWT Access Token

    The decoded access token is comprised of three parts separated by dots:  header.payload.signature Component Description JWT header A JSON object containing the JWT protocol identifier and the signatur...

  • View Roles Included in Group

    View the List of Roles Included in a Group Prerequisites An administrator account for the site. Administrators have full permissions to the specific site. Steps Go to Persona Bar > Manage > Roles. ➊ ➋...

  • Add Role to Existing Group

    Add a Role to an Existing 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 ...

  • View Users Assigned to Role

    View the List of Users Assigned to a Role Prerequisites An administrator account for the site. Administrators have full permissions to the specific site. Steps Go to Persona Bar > Manage > Roles. ➊ ➋ ...

  • JWT Page Request

    Page Request with JWT The header of a subsequent request must include the token in this format: Authorization: Bearer [token] A sample GET request with JWT: GET http://testsitece.lvh.me/DesktopModules...

  • About 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...

  • Securing Your Site

    Security Overview Security for any website is comprised of two major components: Authentication (AuthN). Verifies if the user provides valid login credentials. Authorization (AuthZ). Determines which ...

  • Deleting a Role

    Note: Default roles cannot be deleted.   Environment DNN Platform Evoq Content Evoq Engage   Prerequisites An administrator account for the desired site.   Process Go to Persona Bar > Manage > Roles. ...