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 }}
Thrane20
/
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
Pull requests
0
Actions
Projects
0
Wiki
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security
Insights
Commits
Branch selector
c9358f3
User selector
All users
Datepicker
All time
Commit History
Commits on Oct 13, 2015
added transactional annotations, finally closes #926 addresses #862
jricher
committed
c9358f3
Copy full SHA for c9358f3
added cleaner for duplicate refresh tokens
jricher
committed
e1e8923
Copy full SHA for e1e8923
cleans duplicate access tokens from DB before other cleanup happens
jricher
committed
542afca
Copy full SHA for 542afca
upgraded nimbus in uma module`
jricher
committed
9599642
Copy full SHA for 9599642
Disabled broken crypto tests, pending #938
jricher
committed
149e93e
Copy full SHA for 149e93e
Upgraded to nimbus 4.2, closes #934
jricher
committed
ebb4f2c
Copy full SHA for ebb4f2c
added qualifier name to persistence unit and transaction manager, closes #883
jricher
committed
c67611e
Copy full SHA for c67611e
Remove transitive commons-logging dependencies
Show description for d337e14
praseodym
authored and
jricher
committed
d337e14
Copy full SHA for d337e14
Use Maven BOM dependency for Spring
Show description for b89fa70
praseodym
authored and
jricher
committed
b89fa70
Copy full SHA for b89fa70
login hints now handled in a slightly smarter (and more pluggable) manner, closes #851
jricher
committed
d280ca4
Copy full SHA for d280ca4
Commits on Oct 12, 2015
limited when login_hint is sent to the server, closes #963
jricher
committed
98e1d26
Copy full SHA for 98e1d26
Speed up servlet start
Show description for 301802a
praseodym
authored and
jricher
committed
301802a
Copy full SHA for 301802a
Upgrade jetty-maven-plugin and configure war path
Show description for 90e4cb9
praseodym
authored and
jricher
committed
90e4cb9
Copy full SHA for 90e4cb9
Update HikariCP to 2.4.1
Show description for 8b7fc5d
praseodym
authored and
jricher
committed
8b7fc5d
Copy full SHA for 8b7fc5d
Add SQL indexes for PostgreSQL and HSQLDB
praseodym
authored and
jricher
committed
9117e7f
Copy full SHA for 9117e7f
Travis build on JDK 7+8
Show description for 0269c24
praseodym
authored and
jricher
committed
0269c24
Copy full SHA for 0269c24
Improve error message
praseodym
authored and
jricher
committed
7871ee0
Copy full SHA for 7871ee0
Fix ID token icon description
praseodym
authored and
jricher
committed
58543ac
Copy full SHA for 58543ac
Commits on Oct 9, 2015
Remove legacy CSRF protection for approve page
Show description for b5c298e
praseodym
committed
b5c298e
Copy full SHA for b5c298e
Commits on Oct 2, 2015
[maven-release-plugin] prepare for next development iteration
jricher
committed
8b362f2
Copy full SHA for 8b362f2
[maven-release-plugin] prepare release mitreid-connect-1.2.1
jricher
committed
e384a62
Copy full SHA for e384a62
user info endpoint response uses correct client algorithms, addresses #921
jricher
committed
4063f7f
Copy full SHA for 4063f7f
rewrote blacklist UI, fixed delete functions on rest of UI, closes #905
jricher
committed
3c222b0
Copy full SHA for 3c222b0
fixed issuer on login page, added CSRF to login / logout, closes #870, closes #824, closes #875
jricher
committed
43e9fbc
Copy full SHA for 43e9fbc
fixed entity relationship for address
jricher
committed
ca23521
Copy full SHA for ca23521
Commits on Oct 1, 2015
don't load user info for anonymous authentications, closes #895
jricher
committed
e1af979
Copy full SHA for e1af979
Added indexes to MySQL file, closes #902
jricher
committed
74f5a24
Copy full SHA for 74f5a24
added 'kid' to all signed tokens, closes #899
jricher
committed
acb3d03
Copy full SHA for acb3d03
added JTI to client auth
jricher
committed
48bc269
Copy full SHA for 48bc269
added JTI to ID tokens, closes #900
jricher
committed
d3f8ff2
Copy full SHA for d3f8ff2
Change Address model to be an interface. Will allow consuming projects
Show description for f43c943
Tony Fendall
authored and
jricher
committed
f43c943
Copy full SHA for f43c943
Update to Spring Security 3.2.8
Show description for c4726b0
praseodym
authored and
jricher
committed
c4726b0
Copy full SHA for c4726b0
grabbed additional places that mention updated_time/updated_at
jricher
committed
9822748
Copy full SHA for 9822748
Addresses issue 910 by replacing update_time with update_at for JSON
Show description for 719a714
iresprite
authored and
jricher
committed
719a714
Copy full SHA for 719a714
Update DefaultOIDCTokenService.java
Show description for 31ea96c
sarahcec
authored and
jricher
committed
31ea96c
Copy full SHA for 31ea96c
Pagination
Previous
Next
You can’t perform that action at this time.