Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
View all features
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
ParsonsCorp
/
OpenID-Connect-Java-Spring-Server
Public
forked from
mitreid-connect/OpenID-Connect-Java-Spring-Server
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
0e3daee
User selector
All users
Datepicker
All time
Commit History
Commits on Aug 13, 2018
fix bug #1397 Attempting to execute an operation on a closed EntityManager.
hausenism
authored and
jansinger
committed
0e3daee
Copy full SHA for 0e3daee
Integration tests for new repository methods
Sauli Ketola
authored and
jansinger
committed
0b15b8f
Copy full SHA for 0b15b8f
Clean up code in modified classes, remove line breaks, add static imports
Sauli Ketola
authored and
jansinger
committed
ec03c99
Copy full SHA for ec03c99
Use 'userName' instead of 'sub' in naming
Sauli Ketola
authored and
jansinger
committed
230af6c
Copy full SHA for 230af6c
Use query by user sub to get all tokens for user
Sauli Ketola
authored and
jansinger
committed
e47da20
Copy full SHA for e47da20
Removed some line breaks and auto generated comments for consistency
Sauli Ketola
authored and
jansinger
committed
4544270
Copy full SHA for 4544270
Create queries for getting access and refresh tokens by user sub
Sauli Ketola
authored and
jansinger
committed
62f7218
Copy full SHA for 62f7218
Revert "Optimize get tokens by username (implemented new named query)"
Show description for d3b04df
jansinger
committed
d3b04df
Copy full SHA for d3b04df
Commits on Aug 9, 2018
Optimize get tokens by username (implemented new named query)
jansinger
committed
09808ee
Copy full SHA for 09808ee
Commits on Jun 20, 2018
Add device code dependency to orphan AuthenticationHolder select statement.
jansinger
committed
d720330
Copy full SHA for d720330
Changed SQL Statment to select orphan AuthenticationHolder entries to use "not exists" instead of "not in" for better performance, at least with Postgres
jansinger
committed
8f30ac7
Copy full SHA for 8f30ac7
Commits on Feb 7, 2018
[maven-release-plugin] prepare release mitreid-connect-1.3.2
jricher
committed
f72e6b3
Copy full SHA for f72e6b3
prepare for release
jricher
committed
1feb095
Copy full SHA for 1feb095
removed erroneous not yet implemented tag from client page
jricher
committed
6497af4
Copy full SHA for 6497af4
Update CHANGELOG.md
jricher
authored
7dc309c
Copy full SHA for 7dc309c
Merge pull request #1355 from ocadotechnology/jwt_fix
Show description for 7f956a5
jricher
authored
7f956a5
Copy full SHA for 7f956a5
Throwing exception on all other JWT types than SignedJWT
Tomasz Borowiec
committed
37fba62
Copy full SHA for 37fba62
added PlainJWT and EncryptedJWT support + tests
Tomasz Borowiec
committed
c38b9d7
Copy full SHA for c38b9d7
Commits on Feb 5, 2018
Merge pull request #1270 from bodewig/custom_claim_friendly_token_enhancer
Show description for fcb119f
jricher
authored
fcb119f
Copy full SHA for fcb119f
Merge pull request #1342 from bodewig/custom_claims_in_id_token
Show description for 8fb9ade
jricher
authored
8fb9ade
Copy full SHA for 8fb9ade
Merge pull request #1352 from blm126/upgrade-nimbus
Show description for 0ce55d0
jricher
authored
0ce55d0
Copy full SHA for 0ce55d0
Upgrade nimbus-jose-jwt to 5.4.
bmulhollem
committed
f7da25f
Copy full SHA for f7da25f
Commits on Jan 22, 2018
Merge pull request #1346 from praseodym/fix-admin-interface-without-trailing-slash
Show description for 1c7b9d5
jricher
authored
1c7b9d5
Copy full SHA for 1c7b9d5
Commits on Jan 21, 2018
Fix interface for issuer URI without trailing slash
praseodym
committed
a1a45aa
Copy full SHA for a1a45aa
Commits on Jan 12, 2018
add hook for custom JWT claims to DefaultOIDCTokenService
bodewig
committed
01eb140
Copy full SHA for 01eb140
Commits on Nov 22, 2017
Merge pull request #1324 from patfrat/master
Show description for e613087
jricher
authored
e613087
Copy full SHA for e613087
Add French messages
Patrick Fratczak
committed
ca3642b
Copy full SHA for ca3642b
Commits on Nov 1, 2017
Merge pull request #1312 from kules/master
Show description for ce9bf35
jricher
authored
ce9bf35
Copy full SHA for ce9bf35
Commits on Oct 30, 2017
Fix typo error for log out to IDP confirmation message
kules
committed
9bff580
Copy full SHA for 9bff580
Commits on Jul 18, 2017
add hook for custom JWT claims to ConnectTokenEnhancer
bodewig
committed
514dcc3
Copy full SHA for 514dcc3
Commits on Jun 15, 2017
Merge pull request #1228 from leonard84/fix-psql-scripts
Show description for ef01d30
jricher
authored
ef01d30
Copy full SHA for ef01d30
Merge pull request #1240 from Connz/patch-2
Show description for bba18fd
jricher
authored
bba18fd
Copy full SHA for bba18fd
Merge pull request #1233 from Connz/patch-1
Show description for 28ad78e
jricher
authored
28ad78e
Copy full SHA for 28ad78e
Commits on May 27, 2017
removed old document PDFs from repo
jricher
committed
059e140
Copy full SHA for 059e140
check for missing refresh token value on refresh, closes #1242
jricher
committed
0b1f900
Copy full SHA for 0b1f900
Pagination
Previous
Next
You can’t perform that action at this time.