Merge pull request #23265 from swnia/master

Fix for atlassian OAuth flow
This commit is contained in:
Patrik Oldsberg
2024-03-19 10:05:16 +01:00
committed by GitHub
4 changed files with 16 additions and 12 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