aboutsummaryrefslogtreecommitdiffstats
path: root/sdnr/wt/oauth-provider/provider-jar/src
AgeCommit message (Collapse)AuthorFilesLines
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>