Update the OAUTH2.0 New client secret using client credentials grant type

Hi All,

Can you please provide steps to update expiring Client secret for OAAuth2.0 Profile from Azure portal. This is for pega infinity 23 version and grant type is Client credentials for Email account auth profile.

Thanks for your response in advance.

Thanks

Shiva

Here are the Steps:

  1. Records → Security → Authentication Profile
  2. Open the OAuth 2.0 Authentication Profile used by the Email Account.
  3. Client ID remains the same.
  4. In the Client Secret field, replace the old secret with the newly generated Azure secret.
  5. Save the Authentication Profile

Thank you @RameshSangili

In Azure portal ,There is only one clientsecret for prod region so how to test this in non prod region.

OR can we directly change the client secret in Prod region only .

Thanks

Shiva

We can make this change during the maintenance window and validate the read only requests to ensure everything looks good.

Technically yes you can change it in non-prod to validate the secret, but you have to be very careful and ensure no impacts while validation.