diff --git a/docs/index.md b/docs/index.md index fc3283133..bdf7c75fd 100644 --- a/docs/index.md +++ b/docs/index.md @@ -49,9 +49,6 @@ provider: - authorization_endpoint - userinfo_endpoint - end_session_endpoint - - jwks_uri -- [signingKeys](interfaces/UserManagerSettings.html#signingKeys) (which is the - `keys` property of the `jwks_uri` endpoint) - [metadataSeed](interfaces/UserManagerSettings.html#metadataSeed) can be used to seed or add additional values to the results of the discovery request. diff --git a/docs/migration.md b/docs/migration.md index 5f6945d43..6eaf449d6 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -17,6 +17,8 @@ removed. their behavior - restricted `response_type` to `code` flow only (PKCE remains optional) - as in oidc-client 1.x, OAuth 2.0 hybrid flows are not supported + - the property `signingKeys` is unused, unless the MetaDataService with this feature is used + outside of this library. ### [UserManagerSettings](https://authts.github.io/oidc-client-ts/interfaces/UserManagerSettings.html)