-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove identity ID consistency validation from ClientApp (#1111)
* Recreated failing test case in unit test * Removed identity id validation from ClientApps * PR suggestions
- Loading branch information
1 parent
d5cc53a
commit 19268e6
Showing
4 changed files
with
105 additions
and
46 deletions.
There are no files selected for viewing
10 changes: 10 additions & 0 deletions
10
changelog.d/20241121_133309_derek_client_app_expired_token_bug.rst
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
|
||
Changed | ||
~~~~~~~ | ||
|
||
- Removed identity ID consistency validation from ``ClientApp``. (:pr:`NUMBER`) | ||
|
||
Fixed | ||
~~~~~ | ||
|
||
- Fixed a bug that would cause ``ClientApp`` token refreshes to fail. (:pr:`NUMBER`) |
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