How do you create a keytab in Azure?

TonyN 1 Reputation point
2021-05-27T20:46:41.137+00:00

So for this new application i need to create an SPN and keytab for the sight from our Azure AD Domain.
SPN not an issue, using Azure Powershell and New-AzADServicePrincipal cmdlet,
but I now need a keytab which normally would use ktpass, This is not available in Azure?
Anyone any idea?

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,139 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Siva-kumar-selvaraj 15,561 Reputation points
    2021-05-28T05:39:45.657+00:00

    Hello @TonyN ,

    Thanks for reaching out.

    keytab is only used with Kerberos based authentication, but Azure AD used different protocols (such as SAML, OAuth, OpenID connect etc..,) for authentication.

    Do you mean secret/credential for application authentication that you created in Azure AD? if so please find below article for creating new application secret which you can use for authentication.

    https://learn.microsoft.com/en-us/azure/active-directory/develop/howto-create-service-principal-portal#option-2-create-a-new-application-secret

    100380-image.png

    Hope this helps.

    ------
    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.

    1 person found this answer helpful.
    0 comments No comments