-
Notifications
You must be signed in to change notification settings - Fork 7
OAuth #628
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
OAuth #628
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
e4dd20b
startup now requires a client-id for oauth
mewilker e96329c
successfully retrieves an api token
mewilker a645adb
add dummy to docker compose for client id
mewilker dab83ee
pull openid data from the source and read the jwt token for identity
mewilker 122ed07
Rename CasController.java to RedirectController and updated documenta…
mewilker 0fb9199
Rename CasService to Authentiaction Service as CAS protocol is no lon…
mewilker f10d921
fix documentation typo
mewilker ff14d71
add logic for multiple keys
mewilker 1bf1866
add documentation to getting-started.md
mewilker 9fdce15
improve validation for AuthenticationService.java
mewilker f897f64
move appropriate get request logic to NetworkUtils
mewilker 72a3eba
fix url encoding
mewilker a89cdb9
throw unauthorized exception when the callback is not called with a c…
mewilker 54cc3d3
remove unused code and improve documentation
mewilker 497119c
move the status code check into the function that makes the request
mewilker 708838a
extract all possible networking logic
mewilker 47b5edc
create AuthenticationService unit tests
mewilker f300702
add test for authorization url
mewilker 4de5a34
fix not checking if cache time was above 0
mewilker b163302
create key pair helper functions for testing
mewilker 426d5cc
fix readJWKs to not return anything
mewilker 0dfe754
add helper function to generate token with given key
mewilker 550ae2c
fix static issues introduced within JwtUtils
mewilker 580a62b
add unit tests to JwtUtils for multiple keys
mewilker 68182dd
fix imports and redundant variables
mewilker e023be5
Merge branch 'main' into oauth
mewilker 930ef7c
remove commented old code
mewilker 89fa61a
specify that a sandbox client id is needed
mewilker 4ce2e33
change netId to follow naming conventions
mewilker ba5609b
change locator logic for readability
mewilker 155805e
fix difference between class and file name
mewilker fb9ef71
documentation grammar fix
mewilker de15ffc
fix key parser redundant variable
mewilker 61f96ad
create refresh config function
mewilker 26b6b1a
invert if else logic in cacheBYUOpenIDConfig
mewilker File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.