- Updated dependencies []:
- @forgerock/sdk-types@2.0.1
- #502
9ad4062Thanks @ryanbas21! - releasing version 2 of the ping javascript sdk
-
#525
9a8ca14Thanks @ryanbas21! - ### @forgerock/journey-clientAdd well-known OIDC endpoint discovery support. The journey client can now fetch configuration from the
.well-known/openid-configurationendpoint. The realm path can be automatically inferred from the well-known issuer URL.Add shared well-known module with RTK Query API for OIDC endpoint discovery:
wellknownApi- RTK Query API for fetching well-known configurationcreateWellknownSelector- Selector factory for cached well-known datacreateWellknownError- Typed error creation from fetch failures- Re-exports pure utilities from
@forgerock/sdk-utilities
Add pure well-known utilities:
inferRealmFromIssuer- Extract realm path from AM issuer URLsisValidWellknownUrl- Validate well-known URLs (HTTPS required, HTTP allowed for localhost)
Refactored to use shared well-known module from
@forgerock/sdk-oidc.Refactored to use shared well-known module from
@forgerock/sdk-oidc.
-
#510
3c63979Thanks @ryanbas21! - Fix error handling in storage client and davinci-client- Add
isGenericErrortype guard to sdk-utilities for runtime error validation - Fix storage client to properly catch errors from custom storage implementations, honoring the errors-as-values contract
- Improve davinci-client error handling to use explicit error checks instead of try-catch
- Add
-
#526
5a9ea40Thanks @ancheetah! - Update READMES. Fix types and comments. -
Updated dependencies [
9ad4062,5a9ea40]:- @forgerock/sdk-types@2.0.0
- #412
b0f4368Thanks @ryanbas21! - feat: Update SDK utilities- Inlined
REQUESTED_WITHandX_REQUESTED_PLATFORMconstants with literal types for better tree-shaking and type narrowing.
- Inlined