mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
update sso docs (#5104)
This commit is contained in:
committed by
Eugenio Romano
parent
82b0879b0f
commit
271c5f3d9c
@@ -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
|
||||
|
Reference in New Issue
Block a user