Skip to content

Commit a28c539

Browse files
authored
Mention the need for HTTPS
1 parent 427da14 commit a28c539

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/saas-apps/rstudio-connect-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ IdPAttributeProfile = azure
157157
SSOInitiated = IdPAndSP
158158
```
159159

160-
Store your **Server Address** in the `Server.Address` value, and the **App Federation Metadata Url** in the `SAML.IdPMetaData` value.
160+
Store your **Server Address** in the `Server.Address` value, and the **App Federation Metadata Url** in the `SAML.IdPMetaData` value. Note that this sample configuration uses an unencrypted HTTP connection, while Azure AD requires the use of an encrypted HTTPS connection. You can either use a [reverse proxy](https://docs.rstudio.com/connect/admin/proxy/) in front of RStudio Connect or configure RStudio Connect to [use HTTPS directly](https://docs.rstudio.com/connect/admin/appendix/configuration/#HTTPS).
161161

162162
If you have trouble with configuration, you can read the [RStudio Connect Admin Guide](https://docs.rstudio.com/connect/admin/authentication/saml/) or email the [RStudio support team](mailto:[email protected]) for help.
163163

0 commit comments

Comments
 (0)