diff --git a/.changeset/rich-cows-try.md b/.changeset/rich-cows-try.md index 1ee217c46f..b14e0b0ec9 100644 --- a/.changeset/rich-cows-try.md +++ b/.changeset/rich-cows-try.md @@ -8,19 +8,7 @@ ### @forgerock/journey-client -Add well-known OIDC endpoint discovery support. The journey client can now fetch configuration from the `.well-known/openid-configuration` endpoint: - -```typescript -const client = await journey({ - serverConfig: { - baseUrl: 'https://am.example.com/am/', - wellknown: - 'https://am.example.com/am/oauth2/realms/root/realms/alpha/.well-known/openid-configuration', - }, -}); -``` - -The realm path can be automatically inferred from the well-known issuer URL. +Add well-known OIDC endpoint discovery support. The journey client can now fetch configuration from the `.well-known/openid-configuration` endpoint. The realm path can be automatically inferred from the well-known issuer URL. ### @forgerock/sdk-oidc diff --git a/.github/actions/publish-beta/action.yml b/.github/actions/publish-beta/action.yml index 4f9937f7c3..20c9e35be9 100644 --- a/.github/actions/publish-beta/action.yml +++ b/.github/actions/publish-beta/action.yml @@ -6,7 +6,7 @@ runs: steps: - name: Create PR for beta publish shell: bash - run: pnpm pkg-pr-new publish './packages/*' './packages/sdk-effects/*' --packageManager=pnpm --comment=off + run: pnpm pkg-pr-new publish './packages/*' './packages/sdk-effects/*' --pnpm --packageManager=pnpm --comment=off - name: Run Builds shell: bash diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 74286eddfa..a982d7c055 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: - name: Ensure builds run run: pnpm nx run-many -t build --no-agents - - run: pnpm pkg-pr-new publish './packages/*' './packages/sdk-effects/*' --packageManager=pnpm + - run: pnpm pkg-pr-new publish './packages/*' './packages/sdk-effects/*' --pnpm --packageManager=pnpm - name: build docs run: pnpm generate-docs