-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add refresh_token_expiration_policy to jwt_configuration * Add refresh_token_expiration_policy to tenant * Allow key rotations without destroying SAMLv2 IDP resources * Update resource_fusionauth_application_helpers.go Add some additional configuration options for JWT configuration of application, note that it seems that currently there is no way to set `RefreshTokenUsagePolicy` on application using API (I guess this is a bug and the API should be extended or docs should be updated to allow for that, it is possible to be changed only from UI) * Added the consent themed page for the 1.50 release (#274) * upgraded to 1.50 version of client lib * added note on how to run tests * added consent themed page * Fix missing confirmation_required field in test * Add username claim to samlv2 resource (#267) * add username claim to samlv2 resource * update docs to match api * Add helpers * Update github actions * Update linter Refactor out deprecated methods * Use consistent naming * Update application refresh token configuration fields * Docs, cleanup * Remove duplicate check * Adds unique_id_claim to the idp_samlv2 resource (#246) * Fix formatting * Update password length example and docs to reflect maximum length when using bcrypt. --------- Co-authored-by: Hamza Baig <[email protected]> Co-authored-by: Stuart Auld <[email protected]> Co-authored-by: zaalbarxx <[email protected]> Co-authored-by: Dan Moore <[email protected]> Co-authored-by: Chris Lingwood <[email protected]> Co-authored-by: David Bebb <[email protected]>
- Loading branch information
1 parent
9855df5
commit 3e8258c
Showing
20 changed files
with
394 additions
and
353 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.