Update oidc.md to account for deprecation requiring configApi
Providing update to ensure that deprecation is handled by anyone doing copy-pasta of the custom OIDC provider. Signed-off-by: CiscoRob <133238823+CiscoRob@users.noreply.github.com>
This commit is contained in:
@@ -92,6 +92,7 @@ export const apis: AnyApiFactory[] = [
|
||||
},
|
||||
factory: ({ discoveryApi, oauthRequestApi, configApi }) =>
|
||||
OAuth2.create({
|
||||
configApi,
|
||||
discoveryApi,
|
||||
oauthRequestApi,
|
||||
provider: {
|
||||
|
||||
Reference in New Issue
Block a user