Skip to content
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

Develop #60

Merged
merged 180 commits into from
Feb 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
180 commits
Select commit Hold shift + click to select a range
b214196
Added Spring boot with status API
robertmathew Jun 28, 2024
141890d
Merge pull request #4 from Sphereon-Opensource/main
nklomp Jun 28, 2024
12bd9b6
chores: PR feedback
robertmathew Jul 1, 2024
4fb1b70
Update README.md
jcmelati Jul 1, 2024
aafe220
Updated the server name in gradle module
robertmathew Jul 1, 2024
aaf4c43
Create admin-server component
robertmathew Jul 1, 2024
a5c26a6
Added test for status endpoint and added README
robertmathew Jul 1, 2024
f81210d
Merge remote-tracking branch 'refs/remotes/origin/develop' into featu…
robertmathew Jul 1, 2024
eceb917
Enabled test run on gradle build
robertmathew Jul 2, 2024
4e757ec
Enabled test run on gradle build
robertmathew Jul 2, 2024
4c80b52
chore: extract ktor version
sanderPostma Jul 3, 2024
e3652bf
Added Postgres and docker
robertmathew Jul 3, 2024
11b44a3
Added environment file
robertmathew Jul 5, 2024
4a2f088
Updated env variable
robertmathew Jul 5, 2024
42fff2c
Feature/oidf 45 status endpoint (#6)
robertmathew Jul 5, 2024
6848c34
Merge remote-tracking branch 'refs/remotes/origin/develop' into featu…
robertmathew Jul 5, 2024
eb4d318
Fixed merge conflicts
robertmathew Jul 5, 2024
84d553e
Merge branch 'develop' into feature/OIDF-32-postgres-docker
robertmathew Jul 8, 2024
f875cfb
Updated CI for GitHub secrets
robertmathew Jul 8, 2024
0e5fa93
Merge remote-tracking branch 'origin/feature/OIDF-32-postgres-docker'…
robertmathew Jul 8, 2024
3bf5ba4
Added docker in GitHub action
robertmathew Jul 8, 2024
e0f59fc
Added env variable for docker in GitHub action
robertmathew Jul 8, 2024
ac2129f
Removed Windows in GitHub action
robertmathew Jul 8, 2024
09284e1
Added comment for removing Windows in CI
robertmathew Jul 8, 2024
bcdf6ce
Removed hardcoded path from run script
robertmathew Jul 8, 2024
8d322d7
chore: fix project name
sanderPostma Jul 8, 2024
3c587cc
Merge pull request #8 from Sphereon-Opensource/feature/dependency-fixes
sanderPostma Jul 9, 2024
b59690b
feat: Created OpenAPI specs project of the EntityStatement class
zoemaas Jul 9, 2024
2a50d8e
chore: fix project name
sanderPostma Jul 8, 2024
f2ff474
chore: extract ktor version
sanderPostma Jul 3, 2024
3a70c3c
fix: temporarily hardcode db credentials
jcmelati Jul 9, 2024
27ab326
chore: Created README.md and disabled model-only profile
zoemaas Jul 9, 2024
1639346
Feature/oidf 32 postgres docker (#7)
robertmathew Jul 9, 2024
266ecf0
chore: Added the build jar task
zoemaas Jul 9, 2024
d2c1c55
Merge branch 'develop' of github.com:Sphereon-Opensource/OpenID-Feder…
zoemaas Jul 9, 2024
2c633c9
Added Test container
robertmathew Jul 10, 2024
90d7466
chore: Fixed versioning
zoemaas Jul 10, 2024
353a7d6
bugfix: Fixed Open Api specs file path
zoemaas Jul 10, 2024
1f8a010
chore: Added flyway dependency
zoemaas Jul 10, 2024
2ba8c90
feat: Flyway setup
zoemaas Jul 10, 2024
7bfa3be
Merge branch 'develop' of github.com:Sphereon-Opensource/OpenID-Feder…
zoemaas Jul 10, 2024
95fe29e
fix: Merging issues
zoemaas Jul 10, 2024
da63278
feat: Added mapper for JWT
robertmathew Jul 15, 2024
593a8a4
refactor: Fixed the profiles section of the documentation
zoemaas Jul 16, 2024
057e7dc
refactor: Added fat jat and maven publication to local repository
zoemaas Jul 16, 2024
7258a02
refactor: changed to string the value of the dateTimeLibrary property
zoemaas Jul 18, 2024
88db3a1
refactor: Upgraded OpenAPI generator and removed unneeded serializati…
zoemaas Jul 19, 2024
d149a5a
Merge pull request #15 from Sphereon-Opensource/feature/OIDF-33
zoemaas Jul 19, 2024
90412df
Merge branch 'refs/heads/develop' into feature/OIDF-5-entity-statemen…
robertmathew Jul 19, 2024
efa2436
feat: Created the client to fetch entity statements
zoemaas Jul 21, 2024
205cadb
feat: Added OpenAPI maven local and added mapper for entity statement
robertmathew Jul 22, 2024
fc14070
OIDF -31: Added Kermit logging library (#12)
robertmathew Jul 22, 2024
c5d4ca5
Merge branch 'refs/heads/develop' into feature/OIDF-5-entity-statemen…
robertmathew Jul 22, 2024
de2f394
chores: changed from implementation to api
robertmathew Jul 22, 2024
0b0ebb6
refactor: Removed "public" from the database objects creation/utiliza…
zoemaas Jul 23, 2024
5ccd8b7
Merge branch 'develop' of github.com:Sphereon-Opensource/OpenID-Feder…
zoemaas Jul 23, 2024
79c3c26
Merge branch 'develop' of github.com:/Sphereon-Opensource/OpenID-Fede…
zoemaas Jul 23, 2024
ac2a0dc
chores: code cleanup
robertmathew Jul 23, 2024
92d1cfa
refactor: Made openid a KMM library.
zoemaas Jul 23, 2024
7590c05
fix: Fixed ktor-client-cio issue
zoemaas Jul 23, 2024
3e8e7c4
fix: Changed the models jvm target to 11
zoemaas Jul 23, 2024
6dcd541
bugfix: Fixed OpenAPI model import issue
robertmathew Jul 24, 2024
c5cb2c0
fix: Fixed serialization issue and Open Api Generator bug
zoemaas Jul 24, 2024
a3fef17
feat: Added mapping for trust chain and categorize entity statement
robertmathew Jul 25, 2024
78ce211
refactor: Refactored the unit tests
zoemaas Jul 25, 2024
91f6da8
chore: Added nexus configuration
zoemaas Jul 25, 2024
89685dc
refactor: Updated nexus urls
zoemaas Jul 25, 2024
938b968
chores: moved decode code
robertmathew Jul 26, 2024
466c0de
chore: Added Nexus repositories to the openid-federation-common module
zoemaas Jul 26, 2024
ea4a72c
Merge remote-tracking branch 'origin/feature/OIDF-7' into feature/OIDF-7
zoemaas Jul 26, 2024
20cbdf8
chores: PR feedback changes
robertmathew Jul 26, 2024
f483622
refactor: Updated nexus urls and added artifacts to be published to N…
zoemaas Jul 26, 2024
8ce68f9
refactor: Extended build task with the publish task
zoemaas Jul 26, 2024
4e23e8c
refactor: Removed the publish task from gradle build task
zoemaas Jul 26, 2024
2b33518
Merge branch 'refs/heads/feature/OIDF-5-entity-statement-mapper' into…
zoemaas Jul 26, 2024
3801385
chore: Added content negotiation and content-type entity-statement+jwt
zoemaas Jul 26, 2024
c82ec03
fix: enabled logger and updated GET call
robertmathew Jul 29, 2024
889eef4
Revert "fix: enabled logger and updated GET call"
robertmathew Jul 29, 2024
80b008e
chores: PR changes
robertmathew Jul 29, 2024
b966f45
Merge pull request #13 from Sphereon-Opensource/feature/OIDF-46
zoemaas Jul 30, 2024
74a209f
Revert "Feature/oidf 46"
zoemaas Jul 30, 2024
40fbfef
Merge pull request #20 from Sphereon-Opensource/revert-13-feature/OID…
zoemaas Jul 30, 2024
6503586
fix: PR changes
robertmathew Jul 30, 2024
dac6b6a
Merge pull request #11 from Sphereon-Opensource/feature/OIDF-32-test-…
nklomp Jul 30, 2024
379aee3
Merge pull request #17 from Sphereon-Opensource/feature/OIDF-5-entity…
sanderPostma Jul 30, 2024
02c4f21
feature/OIDF-7 (#16)
zoemaas Aug 16, 2024
3bac41a
Feature/oidf 57 (#33)
jcmelati Aug 16, 2024
f3672af
feat: Implemented KMS, JWKS generation and JWT sign (#14)
zoemaas Aug 16, 2024
efbee24
fix: jar creation
jcmelati Aug 19, 2024
c37d975
feat: implement entity config builder
jcmelati Aug 20, 2024
35b8e90
feat: implement subordinate relationship create
jcmelati Aug 21, 2024
ab53661
feat: implement published entity configuration statement persistence
jcmelati Aug 21, 2024
8e02389
feat: implement published entity configuration statement persistence
jcmelati Aug 21, 2024
f92b63e
fix: entity configuration database constraint
jcmelati Aug 21, 2024
4f946b8
feat: implement entity configuration metadata
jcmelati Aug 21, 2024
c9916a2
fix: add return on end of files
jcmelati Aug 21, 2024
14bb539
fix: add return on end of files
jcmelati Aug 21, 2024
77abbef
fix: return constants on errors
jcmelati Aug 21, 2024
f1293da
Feature/oidf 15 2 (#34)
jcmelati Aug 21, 2024
eb11212
fix: table name case
jcmelati Aug 22, 2024
ce249ec
feat: add authority hints support
jcmelati Aug 22, 2024
3f12def
fix: authority hint already exists check
jcmelati Aug 22, 2024
155e1e9
fix: file format
jcmelati Aug 22, 2024
66433a3
feat: implement authority hints
jcmelati Aug 22, 2024
cf6d37d
fix: adjust service filename
jcmelati Aug 23, 2024
49fc149
fix: metadata field name
jcmelati Aug 23, 2024
ba581e3
feat: added KmsService and local KMS module
robertmathew Aug 23, 2024
0948b7a
fix: linked service layer to local KMS module
robertmathew Aug 23, 2024
900a3c3
feat: implement EntityConfigurationMetadataDTO
jcmelati Aug 23, 2024
1ee74c9
feat: implement crit
jcmelati Aug 24, 2024
26c7ce6
feat: Setup Spring JDBC for local kms
robertmathew Aug 28, 2024
a613730
fix: added missing properties file
robertmathew Aug 28, 2024
52b0c0d
fix: added missing function in LocalKmsDatabaseConnection
robertmathew Aug 28, 2024
e6d167f
fix: change to SQLDelight
robertmathew Aug 29, 2024
659c4c9
fix: Fixed binary data store for Postgres
robertmathew Aug 29, 2024
8d4b9fa
feat: Added query for delete key
robertmathew Aug 29, 2024
5b3e946
feat: changed dependencies
robertmathew Aug 29, 2024
273f96e
feat: moved JWT, Jwk to local kms module
robertmathew Aug 29, 2024
08e5e16
feat: linked generate key pair and sign functions
robertmathew Aug 30, 2024
a5b1952
Update README.md
jcmelati Aug 30, 2024
ede0e94
fix: fixed verify function
robertmathew Aug 30, 2024
c22d139
fix: updated sign and verify function with ECkey
robertmathew Aug 30, 2024
5228299
fix: Fixed jvm test for sign and verify
robertmathew Sep 1, 2024
282aadf
fix: Fixed verify parameter
robertmathew Sep 2, 2024
623d2be
fix: Added JWK object into payload body
robertmathew Sep 2, 2024
e9147e7
fix: Added signing for EntityConfigurationStatement
robertmathew Sep 2, 2024
0bd7594
feat: create Entity Configuration Statement JWT
jcmelati Sep 2, 2024
1464a69
fix: add missing type
jcmelati Sep 2, 2024
e202b8d
fix: remove unnecessary statement
jcmelati Sep 2, 2024
8b0d253
fix: ci
jcmelati Sep 2, 2024
e944e88
fix: ci
jcmelati Sep 2, 2024
07da407
fix: ci
jcmelati Sep 2, 2024
c7a9030
merge develop into feature/OIDF-42
jcmelati Sep 2, 2024
6c59d06
fix: missing dto
jcmelati Sep 2, 2024
f4ac52d
fix: remove wrong attributes from openapi spec
jcmelati Sep 2, 2024
4e99b34
fix: bump openapi version
jcmelati Sep 3, 2024
f88a406
Feature/oidf 42 (#35)
jcmelati Sep 3, 2024
8811eb3
feat: implement fetch endpoint
jcmelati Sep 3, 2024
6898171
feat: implement fetch endpoint
jcmelati Sep 3, 2024
0eff6ac
fix: entity statement response content type
jcmelati Sep 3, 2024
a01f5f4
feat: implement subordinate metadata
jcmelati Oct 11, 2024
d1c63f3
fix: ci java dist
jcmelati Oct 11, 2024
73eefa8
feat: oidf client module
jcmelati Nov 1, 2024
d8421f6
fix: revert fetch endpoint call to previous spec
jcmelati Nov 4, 2024
6596a45
fix: docker build
jcmelati Nov 4, 2024
b1b5de5
eol=lf
sanderPostma Nov 4, 2024
3947fdf
Merge remote-tracking branch 'origin/develop' into develop
sanderPostma Nov 4, 2024
b749c6e
Feat/oidf 65 3 (#43)
jcmelati Nov 13, 2024
eebb274
fix: remove iss from fetch endpoint
jcmelati Nov 13, 2024
c303a90
Feature/oidf 65 2 (#45)
jcmelati Nov 13, 2024
d84ef9f
update version
jcmelati Nov 14, 2024
c27d618
update dockerfile versions
jcmelati Nov 14, 2024
842dce5
revert urlsafe decode
jcmelati Nov 14, 2024
49c7542
revert urlsafe decode
jcmelati Nov 14, 2024
952c5f0
implement TrustChainResolveResponse
jcmelati Nov 14, 2024
21e8440
export interface from root to JS (#46)
jcmelati Nov 14, 2024
5a59e21
chore: iterated Docker production scripts
sanderPostma Nov 18, 2024
c219888
fix: subordinate statement metadata
jcmelati Nov 27, 2024
0d9a3e6
Merge branch 'develop' of https://github.com/Sphereon-Opensource/Open…
sanderPostma Nov 27, 2024
135705a
chore: version bump
sanderPostma Nov 27, 2024
b154f31
chore: fix subordinate jwk fetch
jcmelati Dec 9, 2024
14f4746
Merge branch 'develop' of github.com:Sphereon-Opensource/OpenID-Feder…
jcmelati Dec 9, 2024
fad5ce3
feat: improve error responses (#47)
jcmelati Dec 17, 2024
d187948
Feature/oidf 34 (#48)
jcmelati Dec 17, 2024
ccea279
feat: add identifier field on tenant account
jcmelati Dec 18, 2024
53c1e2a
chore: updates openapi spec
jcmelati Dec 18, 2024
e28c193
fix: keycloak-dev docker compose
jcmelati Dec 18, 2024
b67d8d0
chore: update README
jcmelati Dec 18, 2024
e0223f2
Feature/oidf 73 (#49)
jcmelati Jan 8, 2025
f4d1fcd
chore: update README
jcmelati Jan 8, 2025
3dc36cc
Feature/oidf 39 (#50)
jcmelati Jan 14, 2025
a6587d7
feat: add technologies file
jcmelati Jan 14, 2025
2c6d289
Feature/oidf 77 (#51)
jcmelati Jan 15, 2025
a0bdda1
Feature/oidf 63 (#52)
jcmelati Jan 17, 2025
f0b9ed4
Feature/oidf 53 (#54)
jcmelati Feb 6, 2025
2bc7e69
chore: adjust versions
jcmelati Feb 6, 2025
9cf18c1
Merge branch 'main' into develop
jcmelati Feb 6, 2025
ba723cb
chore: add tags to openapi spec
jcmelati Feb 6, 2025
8cc7394
Merge branch 'develop'
jcmelati Feb 6, 2025
eac03d7
chore: fix version
jcmelati Feb 6, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ fun getNpmVersion(): String {

allprojects {
group = "com.sphereon.oid.fed"
version = "0.4.9-SNAPSHOT"
version = "0.4.10-SNAPSHOT"
val npmVersion by extra { getNpmVersion() }

// Common repository configuration for all projects
Expand Down
Loading