Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 1 addition & 13 deletions .changeset/rich-cows-try.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion .github/actions/publish-beta/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading