Skip to content

Commit 973688f

Browse files
r-ramachandranRamachandran RCopilot
authored
power-pages: bump to 2.6.3 (#279)
Follow-up to PR #252 review: drop the "equally valid and secure" editorializing on the client-secret line in idp-provisioning-reference.md and bump the power-pages plugin version 2.6.2 -> 2.6.3 (both manifests). Copilot-Session: 9d45d1dd-29de-444f-8496-af7f85f22ef6 Co-authored-by: Ramachandran R <ramacr@microsoft.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent ae241a8 commit 973688f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

plugins/power-pages/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "power-pages",
3-
"version": "2.6.2",
3+
"version": "2.6.3",
44
"description": "Create and deploy Power Pages sites using modern development approaches. Supports code sites (SPAs) with React, Angular, Vue, or Astro. Includes ALM orchestration (plan-alm) with a solution-splitting decision tree, per-solution pipelines, Azure Blob asset advisory, manifest schema v2 for multi-solution deployments, and force-link remediation for cross-host pipeline migrations.",
55
"author": {
66
"name": "Microsoft",

plugins/power-pages/.plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "power-pages",
3-
"version": "2.6.2",
3+
"version": "2.6.3",
44
"description": "Create and deploy Power Pages sites using modern development approaches. Supports code sites (SPAs) with React, Angular, Vue, or Astro. Includes ALM orchestration (plan-alm) with a solution-splitting decision tree, per-solution pipelines, Azure Blob asset advisory, manifest schema v2 for multi-solution deployments, and force-link remediation for cross-host pipeline migrations.",
55
"author": {
66
"name": "Microsoft",

plugins/power-pages/skills/setup-auth/references/idp-provisioning-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Everything Power Pages needs downstream (Authority, MetadataAddress, ClientId) i
2626

2727
## Client secret: code id_token is the default
2828

29-
Power Pages' default OIDC response type is **`code id_token`**: the ID token returns on the front channel, so the app is a **Web application** that needs **no client secret**. A confidential-client app with a client secret is equally valid and secure — the only tradeoff is storing and rotating the secret (Phase 8.1.1 Key Vault).
29+
Power Pages' default OIDC response type is **`code id_token`**: the ID token returns on the front channel, so the app is a **Web application** that needs **no client secret**.
3030

3131
**Default to `code id_token`; configure a client secret only when the user prefers a confidential client.**
3232

0 commit comments

Comments
 (0)