Merge pull request #9308 from backstage/eide/add-custom-callbackurl-to-providers

[auth-backend]: Add custom `callbackUrl` support to additional providers
This commit is contained in:
Johan Haals
2022-02-03 10:36:35 +01:00
committed by GitHub
11 changed files with 55 additions and 10 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-auth-backend': patch
---
Added custom `callbackUrl` support for multiple providers. `v0.8.0` introduced this change for `github`, and now we're adding the same capability to the following providers: `atlassian, auth0, bitbucket, gitlab, google, microsoft, oauth2, oidc, okta, onelogin`.