Version Packages (next)

This commit is contained in:
github-actions[bot]
2023-04-11 14:21:21 +00:00
parent 963a99aab5
commit ab75a16da7
307 changed files with 4383 additions and 155 deletions
+28
View File
@@ -1,5 +1,33 @@
# @backstage/plugin-auth-backend
## 0.18.2-next.3
### Patch Changes
- 475abd1dc3f: The `microsoft` (i.e. Azure) auth provider now supports negotiating tokens for
Azure resources besides Microsoft Graph (e.g. AKS, Virtual Machines, Machine
Learning Services, etc.). When the `/frame/handler` endpoint is called with an
authorization code for a non-Microsoft Graph scope, the user profile will not be
fetched. Similarly no user profile or photo data will be fetched by the backend
if the `/refresh` endpoint is called with the `scope` query parameter strictly
containing scopes for resources besides Microsoft Graph.
Furthermore, the `offline_access` scope will be requested by default, even when
it is not mentioned in the argument to `getAccessToken`. This means that any
Azure access token can be automatically refreshed, even if the user has not
signed in via Azure.
- 6a900951336: Add common identify resolvers for `oidc` auth provider.
- a0ef1ec7349: Export Azure Easy Auth provider so it can actually be used.
- Updated dependencies
- @backstage/catalog-model@1.3.0-next.0
- @backstage/backend-common@0.18.4-next.2
- @backstage/catalog-client@1.4.1-next.1
- @backstage/config@1.0.7
- @backstage/errors@1.1.5
- @backstage/types@1.0.2
- @backstage/plugin-auth-node@0.2.13-next.2
## 0.18.2-next.2
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-auth-backend",
"description": "A Backstage backend plugin that handles authentication",
"version": "0.18.2-next.2",
"version": "0.18.2-next.3",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",