update sso docs (#5104)

This commit is contained in:
Cilibiu Bogdan
2019-09-26 16:02:31 +01:00
committed by Eugenio Romano
parent 82b0879b0f
commit 271c5f3d9c
+12
View File
@@ -334,6 +334,18 @@ must contain the full URI value:
> In the default ADF application configurations the `silent-refresh.html` file
> gets automatically copied to the application output when building for production.
#### Public urls
To enable public accessible urls, that don't need authentication, these must be defined using `publicUrls` property. The list supports absolute urls or partial urls that are valid [minimatch](https://github.com/isaacs/minimatch#readme) patterns
```json
{
...
"publicUrls": ["http://<ADDRESS>/my-app/some/path", "**/my-app/*/path"]
...
}
```
### Kerberos
Setting the `withCredentials` property to true in the `auth` section of