[AAE-8639] Discovery OpenId - Load discovery and pass info to jsapi (#7632)

* Load discovery and pass info to jsapi

* fix the roles empty scenario tests

* Make lint happier

* Rename the initApi method

* Add secret field

Co-authored-by: arditdomi <ardit.domi@hyland.com>
This commit is contained in:
Maurizio Vitale
2022-05-13 19:03:06 +01:00
committed by GitHub
parent 6fb1bda6a9
commit cec9297e14
10 changed files with 145 additions and 21 deletions

View File

@@ -259,8 +259,8 @@ export class HostSettingsComponent implements OnInit {
return this.oauthConfig.get('scope') as FormControl;
}
get secretId(): FormControl {
return this.oauthConfig.get('secretId') as FormControl;
get secret(): FormControl {
return this.oauthConfig.get('secret') as FormControl;
}
get implicitFlow(): FormControl {