Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
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
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
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
/
Sign in
Sign up
Appearance settings
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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
corzia
/
oidc-example
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Actions: corzia/oidc-example
Actions
All workflows
Workflows
Java CI with Maven
Java CI with Maven
Release
Release
Show more workflows...
Management
Caches
All workflows
All workflows
Actions
Loading...
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading.
Please reload this page
.
will be ignored since log searching is not yet available
Showing runs from all workflows
will be ignored since log searching is not yet available
26 workflow runs
26 workflow runs
Workflow
Filter by Workflow
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching workflows.
Event
Filter by Event
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching events.
Status
Filter by Status
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching statuses.
Branch
Filter by Branch
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching branches.
Actor
Filter by Actor
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching users.
Cleanup
Java CI with Maven
#26:
Commit
35a5997
pushed by
psoreide
32s
main
main
32s
View workflow file
feat(ux): prioritize sessionStorage tabId and auto-remove from URL
Java CI with Maven
#25:
Commit
cb022e2
pushed by
psoreide
30s
main
main
30s
View workflow file
refactor: stop tracking oidc-providers.properties
Java CI with Maven
#24:
Commit
501f68a
pushed by
psoreide
25s
main
main
25s
View workflow file
refactor(config): externalize OIDC secrets via sample template and gi…
Java CI with Maven
#23:
Commit
1884cdc
pushed by
psoreide
25s
main
main
25s
View workflow file
docs: add release instructions to USAGE.md
Java CI with Maven
#22:
Commit
59d1121
pushed by
psoreide
25s
main
main
25s
View workflow file
refactor(mock): use text blocks in MockLoginServlet and cleanup MockO…
Java CI with Maven
#21:
Commit
f868a6c
pushed by
psoreide
40s
main
main
40s
View workflow file
refactor(logging): replace suboptimal exception handling with SLF4J l…
Java CI with Maven
#20:
Commit
6c299d2
pushed by
psoreide
27s
main
main
27s
View workflow file
feat(telemetry): add OpenTelemetry (OTLP) observability pack
Java CI with Maven
#19:
Commit
99c0eb8
pushed by
psoreide
27s
main
main
27s
View workflow file
feat(ci): add GitHub Release workflow
Java CI with Maven
#18:
Commit
45ea414
pushed by
psoreide
24s
main
main
24s
View workflow file
fix(oidc): resolve provider discovery and refactor mock login with co…
Java CI with Maven
#17:
Commit
835eabe
pushed by
psoreide
22s
main
main
22s
View workflow file
refactor(config): externalize SessionInfo and Provider JSON keys to O…
Java CI with Maven
#16:
Commit
43f341a
pushed by
psoreide
26s
main
main
26s
View workflow file
refactor(config): externalize 'application/*', 'success', and 'messag…
Java CI with Maven
#15:
Commit
91c173e
pushed by
psoreide
22s
main
main
22s
View workflow file
refactor(servlet): cleanup imports and use simple name for UserInfo i…
Java CI with Maven
#14:
Commit
f49a337
pushed by
psoreide
24s
main
main
24s
View workflow file
refactor(config): replace hardcoded content types with OidcConstants
Java CI with Maven
#13:
Commit
362e99c
pushed by
psoreide
26s
main
main
26s
View workflow file
refactor(osgi): use Constants.SERVICE_PID in ConfigAdminManagedService
Java CI with Maven
#12:
Commit
875eae3
pushed by
psoreide
26s
main
main
26s
View workflow file
refactor(config): externalize security configuration keys to OidcCons…
Java CI with Maven
#11:
Commit
52694a1
pushed by
psoreide
23s
main
main
23s
View workflow file
refactor(logging): replace System.out.println with SLF4J logger in Hy…
Java CI with Maven
#10:
Commit
a644d33
pushed by
psoreide
22s
main
main
22s
View workflow file
refactor(session): replace OIDC_BROWSER_ID with JSESSIONID for servle…
Java CI with Maven
#9:
Commit
2c7af3d
pushed by
psoreide
23s
main
main
23s
View workflow file
refactor(core): centralize constants, restructure packages, and enhan…
Java CI with Maven
#8:
Commit
ca4d324
pushed by
psoreide
40s
main
main
40s
View workflow file
Add: module-info.java
Java CI with Maven
#7:
Commit
e14911e
pushed by
psoreide
44s
main
main
44s
View workflow file
fix(oidc): resolve CSP violations, API redirection errors, and missin…
Java CI with Maven
#6:
Commit
c8db07a
pushed by
psoreide
24s
main
main
24s
View workflow file
feat(security): enforce session-store mastery for tabId
Java CI with Maven
#5:
Commit
f15930d
pushed by
psoreide
28s
main
main
28s
View workflow file
feat(security): implement multi-layered security protections
Java CI with Maven
#4:
Commit
71875f9
pushed by
psoreide
39s
main
main
39s
View workflow file
docs: finalize architecture docs and usage guides for v1 iteration
Java CI with Maven
#3:
Commit
fad867f
pushed by
psoreide
23s
main
main
23s
View workflow file
Add: Dockerfile
Java CI with Maven
#2:
Commit
9632644
pushed by
psoreide
23s
main
main
23s
View workflow file
Previous
1
2
Next
You can’t perform that action at this time.