Remove useBasicAuthenticationWithAccessCodeGrant
... from `initOAuth` example
This commit is contained in:
@@ -120,8 +120,7 @@ ui.initOAuth({
|
|||||||
realm: "your-realms",
|
realm: "your-realms",
|
||||||
appName: "your-app-name",
|
appName: "your-app-name",
|
||||||
scopeSeparator: " ",
|
scopeSeparator: " ",
|
||||||
additionalQueryStringParams: {test: "hello"},
|
additionalQueryStringParams: {test: "hello"}
|
||||||
useBasicAuthenticationWithAccessCodeGrant: true
|
|
||||||
})
|
})
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user