Update provider.ts

Signed-off-by: Ben Lambert <ben@blam.sh>
This commit is contained in:
Ben Lambert
2023-07-04 10:25:15 +02:00
committed by GitHub
parent ec04fc53d5
commit be4d6aefbd
@@ -1,4 +1,4 @@
/*
z/*
* Copyright 2020 The Backstage Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
@@ -236,9 +236,9 @@ export const oidc = createAuthProviderIntegration({
customCallbackUrl ||
`${globalConfig.baseUrl}/${providerId}/handler/frame`;
const metadataUrl = envConfig.getString('metadataUrl');
const tokenEndpointAuthMethod = envConfig.getOptionalString<ClientAuthMethod>(
const tokenEndpointAuthMethod = envConfig.getOptionalString(
'tokenEndpointAuthMethod',
);
) as ClientAuthMethod;
const tokenSignedResponseAlg = envConfig.getOptionalString(
'tokenSignedResponseAlg',
);