Skip to main content

Zitadel Management Console - Application Registration

important

This assumes that you have a Zitadel property installed and configured, whether cloud or local.

Follow these steps to register an application in the Zitadel Management Console:

  1. Access the Zitadel Management Console.

  2. Once logged in, in the upper-left corner of the dashboard, select an existing organization or create a new one.

    Microsoft Azure Website

    Zitadel Organization


    a. When creating a new organization, provide the Name. Click Create.

    Microsoft Azure Website

    Zitadel New Organization


    b. Select the newly created organization in the displayed list.

    Microsoft Azure Website

    Zitadel Organizations List


  3. Once in the selected organization dashboard, click Projects. Select an existing project or create a new one.

    a. When creating a new project, click Create New Project.

    Microsoft Azure Website

    Zitadel New Project


    b. Provide the Name. Click Continue.

    Microsoft Azure Website

    Zitadel Project


  4. Once in the selected project dashboard, create a new application by clicking the New button.

    Microsoft Azure Website

    Zitadel New Application


  5. Provide the Name of the application. (e.g., Analysis Server)

  6. Select Web for the Type of Application, then click Continue.

    Microsoft Azure Website

    Zitadel Application Type


  7. Select Code for Authentication Method, then click Continue.

    Microsoft Azure Website

    Zitadel Application Authentication Method


  8. Provide the RedirectURI in the following format: https://<as_hostname>:<port_number>/signin-oidc. (e.g., https://as.openit:8443/signin-oidc). Click the (+) plus button.

    The newly added item should be added in the list.

  9. Provide the Post Logout URIs(Post Redirect URIs) in the following format: https://<as_hostname>:<port_number>/. (e.g., https://as.openit:8443/). Click the (+) plus button.

    The newly added item should be added in the list.

    Click Continue.

    Microsoft Azure Website

    Zitadel Application Redirect URI


  10. Review the configuration of the web application, then click Create.

    Microsoft Azure Website

    Zitadel Application Configuration Review


  11. A prompt containing the ClientId and ClientSecret will be displayed. Please take note of these important keys by clicking the associated Copy to clipboard button.

    Cick Close.

    Microsoft Azure Website

    Zitadel Application Client ID and Client Secret


  12. Once redirected to the web application dashboard, edit the Response Type and set it to ID Token.

  13. Set the Grant Types to Implicit. Click Save.

    Microsoft Azure Website

    Zitadel Customize Application


  14. Click Token Settings. Set Auth Token Type to JWT and tick the option Include user's profile info in the ID Token.

    Click Save.

    Microsoft Azure Website

    Zitadel Application Token Settings