Tools, FAQ, Tutorials:
Add App Secret Keys on Azure AD
How to add a secret key in an app registration on Azure AD?
✍: FYIcenter.com
Secret keys in an app registration on Azure AD are
used to authenticate the access token request in the
authentication code flow.
You can add a new secret key in your app registration on Azure AD by following these steps:
1. Sign in to the Azure portal with admin permissions.
2. Go back to "Azure Active Directory > default directory > App Registrations (Preview)". You see a list of application IDs.
3. Select and open "OpenID Test". You see a summary of this application ID.
4. Click "Certificates & secrets" from the left menu. You see a list of certificates and a list of secrets for this app.
5. Click "New client secret" button. You see a pop up screen to add new secret key.
6. Enter a name for this new key and click "Add". Azure AD will create a new secret key for you.
7. Copy and paste this new key to your local file immediately. It will become hidden after your closes the screen.
You can create multiple secret keys. And use one for each integration with Azure AD using the authentication code flow.
⇒ Azure AD App Registration Manifest
⇐ Azure AD App Registrations (Preview)
2022-03-29, 1277🔥, 0💬
Popular Posts:
How to troubleshoot the Orderer peer? The Docker container terminated by itself. You can follow this...
How to install "The Windows SDK version 8.1"? I need to build my Visual Studio C++ applications. If ...
What properties and functions are supported on requests.models.Response objects? "requests" module s...
How to create a "Sign-up or Sign-in" user flow policy in my Azure AD B2C directory? If you want to b...
How to use "{{...}}" Liquid Codes in "set-body" Policy Statement? The "{{...}}" Liquid Codes in "set...