Removed unused config value

The config value `audience` was used to set the baseUrl which has a static value.
The audience parameter is static in the used library. Therefore, the reading of the config value was removed.

Signed-off-by: Severin Wischmann <severinwischmann@nianticlabs.com>
This commit is contained in:
Severin Wischmann
2024-03-01 10:44:42 +01:00
parent b3f53fa1c7
commit 10268db725
3 changed files with 6 additions and 7 deletions
@@ -14,9 +14,7 @@
* limitations under the License.
*/
import { AuthHandler } from '../types';
import { OAuthResult } from '../../lib/oauth';
import { createAuthProviderIntegration } from '../createAuthProviderIntegration';
import { atlassianAuthenticator } from '@backstage/plugin-auth-backend-module-atlassian-provider';
import {
SignInResolver,
createOAuthProviderFactory,
@@ -25,7 +23,9 @@ import {
adaptLegacyOAuthHandler,
adaptLegacyOAuthSignInResolver,
} from '../../lib/legacy';
import { atlassianAuthenticator } from '@backstage/plugin-auth-backend-module-atlassian-provider';
import { OAuthResult } from '../../lib/oauth';
import { createAuthProviderIntegration } from '../createAuthProviderIntegration';
import { AuthHandler } from '../types';
/**
* Auth provider integration for Atlassian auth