Skip to content
This repository has been archived by the owner on Jul 3, 2023. It is now read-only.

Commit

Permalink
Merge pull request #113 from iwarapter/docs
Browse files Browse the repository at this point in the history
update docs and release notes
  • Loading branch information
iwarapter committed Jul 15, 2021
2 parents 74055a3 + 3ed7e56 commit 0adf70d
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,19 @@
## 0.0.18 (July 15th, 2021)

NOTES:

* This is an early release experimental build for PingFederate 10.x

FEATURES:

- Add support for PAR oauth server settings. (#108)
- Add support configuring IDP Adapter `instance_id`. (#106)

BUG FIXES:

- Add missing field to oauth client `restrict_to_default_access_token_manager`. (#109)
- Fix broken field to oauth server settings `admin_web_service_pcv_ref`. (#105)

## 0.0.17 (June 3rd, 2021)

NOTES:
Expand Down
Empty file.
2 changes: 2 additions & 0 deletions docs/resources/pingfederate_oauth_client.md
Expand Up @@ -137,6 +137,8 @@ The following arguments are supported:

- `validate_using_all_eligible_atms` - (Optional) Validates token using all eligible access token managers for the client.

- `restrict_to_default_access_token_manager` - (Optional) Determines whether the client is restricted to using only its default access token manager. The default is false.

### client_auth

The `client_auth` block - Client Authentication.
Expand Down

0 comments on commit 0adf70d

Please sign in to comment.