Add methods to request access token synchronous#5
Merged
nisrulz merged 1 commit intonisrulz:update/sdk-to-support-jitpackfrom Feb 26, 2024
Merged
Conversation
nisrulz
added a commit
that referenced
this pull request
Mar 20, 2025
Co-authored-by: Luca Figoli <luca.figoli@consultant.aruba.it>
nisrulz
added a commit
that referenced
this pull request
Mar 20, 2025
* upgrade gradle wrapper to v8.6 * add jitpack config * updated versions and cleanup build.gradle * Idtoken time skew (#3) * Skip issue time validation or change the allowed time skew Allows to completely disable ID tokens issue time validation, or change the default of 10 minutes to a custom allowed time skew in seconds. * Update documentation to change the allowed id token time skew --------- Co-authored-by: Tim Klingeleers <Mardaneus86@users.noreply.github.com> * Fix NullPointerException for issuer without scheme in id token (#4) Uri.getScheme() may return null if no scheme is contained in the given string. This could cause a crash during id token validation when this was the case for the contained "iss" claim. Co-authored-by: Florian Märkl <info@florianmaerkl.de> * Add methods to request access token synchronous (#5) Co-authored-by: Luca Figoli <luca.figoli@consultant.aruba.it> * fix configHash in app configuration (#6) Co-authored-by: Maksim <taikonavt@gmail.com> * fix the build * cleanup * add link to Jitpack for install details * updated agp version * upgraded gradle wrapper --------- Co-authored-by: Tim Klingeleers <Mardaneus86@users.noreply.github.com> Co-authored-by: Florian Märkl <info@florianmaerkl.de> Co-authored-by: Luca Figoli <luca.figoli@consultant.aruba.it> Co-authored-by: Maksim <taikonavt@gmail.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
openid#625