Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface OpenProperties

Parameters for opening Dynamics

Hierarchy

  • OpenProperties

Index

Properties

Optional appId

appId: string

ID of the Dynamics app to open after login

Optional mfaFieldSelector

mfaFieldSelector: string

Enter css selector for mfaInput, if you use a non MS default MFA provider. If none provided, we will try finding the MS token input

Optional mfaSecret

mfaSecret: string

Secret which you generated for using MFA. Only needed if you actually use MFA

Optional mfaToggleFieldSelector

mfaToggleFieldSelector: string

If you use a non MS MFA provider and need to switch a toggle first before being able to insert token, specify the toggle field selector that has to be clicked before entering the MFA token here

Optional password

password: string

Password to use for logging in. If left out, SSO is assumed.

Optional passwordFieldSelector

passwordFieldSelector: string

CSS selector for typing password on login page. Needed for custom authentication pages of ADFS only.

Optional userName

userName: string

Username / email to use for logging in. If left out, it is assumed that CRM does not need explicit authentication (i.e. SSO)

Optional userNameFieldSelector

userNameFieldSelector: string

CSS selector for typing user name / email on login page. Needed for custom authentication pages of ADFS only.

Generated using TypeDoc