Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

OAuth SMTP Configuration

BT
Regular Contributor
Regular Contributor

While doing oAuth SMTP Configuration the document says below details are required.

can anyone please help me with below query

 

ParameterDescriptionQuery?
Client IDSpecify the Client ID of the registered Microsoft Azure application. 
Client SecretSpecify the application secret that you created in the Azure portal for your application. 
Tenant IDSpecify the Tenant ID. 
User IDSpecify the Microsoft Office 365 user ID that you use for sending or receiving mails.What is this User Id ?
Email AddressSpecify the email address for sending email to the users.does this email need to be a valid one that has license attached to it ?

 

2 REPLIES 2

rushikeshvartak
All-Star
All-Star
  1. Client ID: This is the unique identifier for the registered application in Azure Active Directory (AAD). You obtain this from the Azure portal when you register your application.

  2. Client Secret: This is a secret key that is associated with the Client ID. It is created in the Azure portal and is used to authenticate the application to Azure AD.

  3. Tenant ID: This is the unique identifier for the Azure AD tenant in which your application is registered. It is also found in the Azure portal.

  4. User ID: This refers to the Office 365 user account that you will use to send or receive emails. It is typically the User Principal Name (UPN) which is usually in the format of an email address (e.g., username@domain.com). This ID needs to be an account within your Office 365 tenant.

  5. Email Address: This is the address from which the emails will be sent. It does need to be a valid email address within your Office 365 tenant, and ideally, it should be associated with a licensed user. If the address is not licensed, there might be issues with sending emails, or you might not be able to use certain features associated with email sending.

To summarize:

  • User ID: This is typically an Office 365 user’s UPN (email address).
  • Email Address: This should be a valid, licensed Office 365 email address to ensure functionality.

Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

BT
Regular Contributor
Regular Contributor

Thanks @rushikeshvartak , tried it out , the email cannot be dummy it has to be valid mailbox