aboutsummaryrefslogtreecommitdiffstats
path: root/sdnr/wt/oauth-provider/provider-jar/src
AgeCommit message (Collapse)AuthorFilesLines
2022-08-31add fixes for wt sulfurMichael Dürre1-9/+16
fix devmgrs and db access Issue-ID: CCSDK-3749 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com> Change-Id: I41018d2daa55b200a9ba89e784f8adf4200d32c3 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com>
2022-07-29update oauth-providerMichael Dürre12-31/+227
increase support and add logout and filters Issue-ID: CCSDK-3733 Change-Id: Id1f64a60e5e3b0b63a025281a97190ccc4065f47 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com>
2022-07-21migrate sdnr features to sulfurMichael Dürre13-25/+284
fix sdnr code for sulfur Issue-ID: CCSDK-3692 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com> Change-Id: I0a62ade424bb978222e7ce6450215fb327f957b7 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com>
2022-03-23migrate sdnr features to phosphorusMichael DÜrre8-10/+8
fix mapper and switch to dom api Updated to use phosphorus version of parent poms Issue-ID: CCSDK-3566 Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com> Change-Id: I98c5bef9286622e0d66b53db687557d798cd53f5 Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com>
2022-02-01add async auth method supportMichael DÜrre30-77/+739
support async keys for oauth verification Issue-ID: CCSDK-3577 Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com> Change-Id: I7d84bc04462fc9c2edd3390267a7dcc21bc7355b Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com>
2021-11-11mirgate features to sr2Michael DÜrre9-7/+216
fix oauth provider and its aaa deps Issue-ID: CCSDK-3515 Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com> Change-Id: I5e964958f323483e593563f5f19cee6100108b21 Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com>
2021-08-24fix some sdnr sonar bugsMichael DÜrre4-40/+48
sonar fixes for some sdnr components Issue-ID: SDNC-1590 Change-Id: I02e44b6f5477bcd0490c3499caf20228eb9772ed Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com>
2021-08-06Support for external identity providersRavi Pendurty9-54/+380
oauth-provider now supports keycloak and gitlab as identity providers Issue-ID: CCSDK-3411 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> Change-Id: I78d678136e26f402b25723f4e10d76b646d76589 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com>
2021-04-13weekly sdnr code syncMichael DÜrre1-23/+3
sync internal code progress add istanbul database structure cleanup dataprovider test fix pom files Issue-ID: CCSDK-3260 Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com> Change-Id: Ic1daa6adda173dc8337a51fa930e05c05ee88e2c
2021-04-06Merge "fixed license issue"Dan Timoney1-256/+6
2021-04-06source out odl mapperMichael DÜrre3-6/+26
put odl mapper code into seperate bundle Issue-ID: CCSDK-3254 Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com> Change-Id: I3debef0be8e44e7c68c95a6d06b7e50813bbea43
2021-04-06fixed license issueMichael DÜrre1-256/+6
fix license for aaa config xml Issue-ID: SDNC-1503 Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com> Change-Id: I9b50702b8e4f0d990f240163638be4c1d4bb6e5b
2021-02-17add unit tests for oauth-providerMichael DÜrre29-144/+2836
add unit tests and some fixes for oauth provider Issue-ID: CCSDK-3169 Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com> Change-Id: I88c5b2123df7e0c6e49b087c3cc7d24130be5bff
2021-02-09add oauth-providerMichael DÜrre24-0/+3069
new feature for more login security and external logins Issue-ID: CCSDK-3142 Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com> Change-Id: I6a564a0d1dca44b69bfea2e692fec1f4315cab83 Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com>