View source: R/directoryservice_operations.R
directoryservice_enable_sso | R Documentation |
Enables single sign-on for a directory. Single sign-on allows users in your directory to access certain Amazon Web Services services from a computer joined to the directory without having to enter their credentials separately.
See https://www.paws-r-sdk.com/docs/directoryservice_enable_sso/ for full documentation.
directoryservice_enable_sso(DirectoryId, UserName = NULL, Password = NULL)
DirectoryId |
[required] The identifier of the directory for which to enable single-sign on. |
UserName |
The username of an alternate account to use to enable single-sign on. This is only used for AD Connector directories. This account must have privileges to add a service principal name. If the AD Connector service account does not have privileges to add a service principal name, you can specify an alternate account with the UserName and Password parameters. These credentials are only used to enable single sign-on and are not stored by the service. The AD Connector service account is not changed. |
Password |
The password of an alternate account to use to enable single-sign on. This is only used for AD Connector directories. For more information, see the UserName parameter. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.