mharindu
115099c8fe
Implemented permission based authorization
8 years ago
Chatura Dilan Perera
8b17cbb339
Fix conflicts
8 years ago
Chatura Dilan Perera
654e1d9938
[maven-release-plugin] prepare for next development iteration
8 years ago
Chatura Dilan Perera
aa24821667
[maven-release-plugin] prepare release v1.1.2
8 years ago
mharindu
bd41e4f4fb
Implemented scope based authorization in device-mgt UI module
8 years ago
mharindu
acf6d7ecd7
Fixed conflicts and merged
8 years ago
Prabath Abeysekara
cc90bef42b
Merge pull request #318 from Securepoint/master
...
Minor bug fixies and code improvements
8 years ago
mharindu
84090fb16c
Merge branch 'master' of https://github.com/wso2/carbon-device-mgt into scope-impl
8 years ago
ayyoob
b57db836d3
removed error message
8 years ago
mharindu
3331604699
Merge branch 'master' of https://github.com/wso2/carbon-device-mgt into scope-impl
8 years ago
madhawap
d79de070f1
fix to iOS device enrolment
8 years ago
mharindu
bdec8880bb
Fixed conflicts and merged
8 years ago
Timo Briddigkeit
ed07774552
Fixed literal string comparison.
...
This line is in the form of
String str = ...
str.equals("someOtherString");
//or
str.compareTo("someOtherString");
A NullPointerException may occur if the String variable str is null. If instead the code was restructured to
String str = ...
"someOtherString".equals(str);
//or
"someOtherString".compareTo(str);
that is, call equals() or compareTo() on the string literal, passing the variable as an argument, this exception could never happen as both equals() and compareTo() check for null.
8 years ago
Timo Briddigkeit
ee5b077e6a
Fixed various XML External Entity (XXE) attack vulnerabilities
8 years ago
mharindu
0f904e21d8
Fixed conflicts and merged
8 years ago
Chatura Dilan
4ec11e8c08
[maven-release-plugin] prepare for next development iteration
8 years ago
Chatura Dilan
ffedcac543
[maven-release-plugin] prepare release v1.1.1
8 years ago
mharindu
cc5f677165
Merge branch 'master' of https://github.com/wso2/carbon-device-mgt into scope-impl
8 years ago
hasuniea
bbbbb28795
removing unused packages
8 years ago
hasuniea
bf58c0bec3
add package changes to appAuthenticatorFrameworkServiceComponent.java
8 years ago
mharindu
60659ce15b
Merge branch 'master' of https://github.com/wso2/carbon-device-mgt into scope-impl
8 years ago
hasuniea
646e8b68d8
remove unwanted package
8 years ago
hasuniea
54498f41cd
modifying scep utils
8 years ago
mharindu
49623a4693
Implemented scope based authorization
8 years ago
mharindu
5de4993319
Fixed URL tampering issue
8 years ago
ayyoob
ba6e202442
Few changes added after testing with the cluster
8 years ago
ayyoob
c5a997b1bf
added missing imports
9 years ago
mharindu
71eb657e52
Merge branch 'master' of https://github.com/wso2/carbon-device-mgt into apim
9 years ago
Madhawa Perera
d805245ffc
added username field to the device certificate db and related changes
9 years ago
ayyoob
e03be5183d
updated JWT Authenticator implementation to support tenancy
9 years ago
mharindu
3e291c5b13
[maven-release-plugin] prepare for next development iteration
9 years ago
mharindu
9549ac446b
[maven-release-plugin] prepare release v1.1.0
9 years ago
mharindu
9f93570b29
Fixed issues in webapp-publisher
9 years ago
mharindu
894e11c1c4
Fixed the JWT verifier issue
9 years ago
mharindu
efc9fc3265
Fixed conflicts
9 years ago
mharindu
16a8f61f79
Refactored jwt authenticator
9 years ago
ayyoob
cbdf5dd175
added a simple resolution for https://wso2.org/jira/browse/APIMANAGER-4504
9 years ago
ayyoob
2ceff61811
refactors jet authenticator to pick tenant specific key store
9 years ago
mharindu
ace6c2dbfc
Fixed issues in JWT Authenticator
9 years ago
inosh-perera
67b210fe86
adding mutual ssl support in clustered setup
9 years ago
inosh-perera
486190f182
adding more error logs for client certificate not present scenario
9 years ago
ayyoob
d3418462d9
few changes in api manager application registration
9 years ago
ayyoob
733884cba7
added web app tenant authorisation for tenant for non managed api scenario
9 years ago
prabathabey
3fa17c12a7
merging jwt client extension component
9 years ago
geethkokila
e9da24c9e8
Changing the snapshot versions from 1.0.4 to 1.1.0
9 years ago
inosh-perera
ef117ffa74
adding mutual SLL authentication and certificate management DAOs
9 years ago
geethkokila
e0e0a57c11
[maven-release-plugin] prepare for next development iteration
9 years ago
geethkokila
cebb88e712
[maven-release-plugin] prepare release v1.0.3
9 years ago
geethkokila
e66d291947
[maven-release-plugin] prepare for next development iteration
9 years ago
geethkokila
f416a73e75
[maven-release-plugin] prepare release v1.0.2
9 years ago