Content
Table of Contents |
---|
maxLevel | 6 |
---|
minLevel | 1 |
---|
include | |
---|
outline | false |
---|
indent | |
---|
exclude | Content |
---|
type | list |
---|
printable | false |
---|
class | |
---|
|
...
If you followed the mentioned steps and still face the same issue, feel free to contact us under Contact
...
How to renew the client secret (For application permission)
Expand |
---|
Error Message : ClientSecretCredential authentication failed: A configuration issue is preventing authentication - check the error message from the server for details. If you receive this error message during the resource connection test, you need to create a new client secret : Go to your application and click on Certificates & secrets : Image AddedDelete the old one: Image AddedGenerate a new one by clicking on the button: Image Added
Info |
---|
In graphical mode, you are limited to a maximum of 2 years, as per Microsoft's recommendation. You can use the following command line to extend beyond 2 years (You need to modify the values in bold): New-AzureADApplicationPasswordCredential -ObjectId YourObjectID -CustomKeyIdentifier Roomz -Value $secret -StartDate (Get-Date) -EndDate (Get-Date).AddYears(5) |
Next, make sure to carefully copy the key value and replace it with the old one: Image Added |
We want to have a connector with Multi-Factor-Authentication (MFA)
...