-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(auth-interceptor): allow to pass credentials by domain, based on…
… regex (#589) * feat(portal) allow to control auto anonymous authentification * feat(portal) control if the user button is shown or not * docs(auth) autoLoginAnonymous, loginButton and hostsWithCredentials * wip * wip Co-authored-by: Pierre-Étienne Lord <[email protected]>
- Loading branch information
Showing
5 changed files
with
29 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<igo-spinner igoSpinnerActivity></igo-spinner> | ||
<igo-message-center></igo-message-center> | ||
<igo-auth-form *ngIf="authConfig"></igo-auth-form> | ||
<igo-auth-form *ngIf="authConfig && authConfig.url"></igo-auth-form> | ||
|
||
<app-portal igoStopDropPropagation></app-portal> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters