简体   繁体   中英

Azure App Registration - custom client secret - is that possible?

Can I provide my own client secret either from the portal or via command line - while adding a New Client Secret?

新秘密

It is possible, If you want to create a new client secret just use the --append parameter with az ad app credential reset

az ad app credential reset --id "<application id or object id>" --password "stackoverflowrocks!"

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM