From 271c5f3d9c0fe05f5ab7d88173d1a00496b40e25 Mon Sep 17 00:00:00 2001 From: Cilibiu Bogdan Date: Thu, 26 Sep 2019 18:02:31 +0300 Subject: [PATCH] update sso docs (#5104) --- docs/core/components/login.component.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/core/components/login.component.md b/docs/core/components/login.component.md index bdfb5f3847..bfd1a1d209 100644 --- a/docs/core/components/login.component.md +++ b/docs/core/components/login.component.md @@ -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://
/my-app/some/path", "**/my-app/*/path"] + ... +} +``` + ### Kerberos Setting the `withCredentials` property to true in the `auth` section of