Skip to content

Latest commit

 

History

History
87 lines (53 loc) · 5.53 KB

File metadata and controls

87 lines (53 loc) · 5.53 KB

@forgerock/sdk-oidc

2.0.1

Patch Changes

  • #555 d849256 Thanks @ancheetah! - Fixes files distributed in sdk-effects packages. Excludes files not in /dist folder.

  • Updated dependencies []:

    • @forgerock/sdk-types@2.0.1
    • @forgerock/sdk-utilities@2.0.1

2.0.0

Major Changes

Minor Changes

  • #525 9a8ca14 Thanks @ryanbas21! - ### @forgerock/journey-client

    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

    Add shared well-known module with RTK Query API for OIDC endpoint discovery:

    • wellknownApi - RTK Query API for fetching well-known configuration
    • createWellknownSelector - Selector factory for cached well-known data
    • createWellknownError - Typed error creation from fetch failures
    • Re-exports pure utilities from @forgerock/sdk-utilities

    @forgerock/sdk-utilities

    Add pure well-known utilities:

    • inferRealmFromIssuer - Extract realm path from AM issuer URLs
    • isValidWellknownUrl - Validate well-known URLs (HTTPS required, HTTP allowed for localhost)

    @forgerock/davinci-client

    Refactored to use shared well-known module from @forgerock/sdk-oidc.

    @forgerock/oidc-client

    Refactored to use shared well-known module from @forgerock/sdk-oidc.

Patch Changes

1.3.0

Minor Changes

  • #348 beb349a Thanks @cerebrl! - Implemented token exchange within OIDC Client

  • #344 dc4d4bd Thanks @cerebrl! - Implement authorize functionality in oidc-client

    • Provide authorize URL method for URL creation
    • Provide background method for authorization without redirection
    • Introduce Micro from the Effect package
  • #416 7ffa428 Thanks @ancheetah! - - Adds tests for OIDC effects package

    • Exposes getStorageKey utility

Patch Changes

1.2.0

Minor Changes

  • #253 04b506c Thanks @ryanbas21! - Adds IFrame manager package to be able to create iframes and parse search params from the iframe url.

  • #246 0d54b34 Thanks @cerebrl! - created effects type packages, logger, oidc, and request middleware

Patch Changes

  • Updated dependencies [04b506c, 0d54b34, 50fd7fa]:
    • @forgerock/sdk-types@1.2.0
    • @forgerock/sdk-utilities@1.2.0