mharindu
24930b3042
Partial commit of migration
8 years ago
mharindu
d7e8cc30dd
Merge branch 'master' of https://github.com/wso2/carbon-device-mgt into carbon-kernel-4.4.7
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
f5609cc8ff
Adding carbon 4.4.7 migration changes
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
geethkokila
185a59fbd4
[maven-release-plugin] prepare for next development iteration
9 years ago
geethkokila
b3580d754b
[maven-release-plugin] prepare release v1.0.1
9 years ago
prabathabey
7a27e88551
Changing the log levels configured in log4j.properties files used as part of test configurations
9 years ago
inosh-perera
6d7f024e8e
fixing java 8 build brake due to missing null check
9 years ago
geethkokila
4e9255fbc9
[maven-release-plugin] prepare for next development iteration
9 years ago
geethkokila
ceb60adb34
[maven-release-plugin] prepare release v1.0.0
9 years ago
hasuniea
1b51ad0228
refactored csr request authentication
9 years ago
prabathabey
2b0e1eecab
Committing logic that stores BST within request metadata
9 years ago
prabathabey
7e65b837d1
Committing logic that stores BST within request metadata
9 years ago
harshanl
bb9e07b742
Fixed BSTValidator
9 years ago
prabathabey
a7b447b7db
Adding BST authenticator
9 years ago
prabathabey
67e1bfb012
Making attribute names schema compliant and code cleanup
9 years ago
prabathabey
0cdc139a0b
Adding updated webapp authenticator config
9 years ago
prabathabey
edf21ae5c8
Improving performance of token validation service invocation
9 years ago
prabathabey
11957f1e47
Pooling OAuth token validator stub initialization
9 years ago
prabathabey
b5b4e50b25
Revert "Improving performance of webapp authenticator valve implementation"
...
This reverts commit 36462e2e4e
.
9 years ago
prabathabey
337afa5da2
Revert "Further optimizing webapp authenticator valve implementation"
...
This reverts commit 262e53ddcc
.
9 years ago
prabathabey
262e53ddcc
Further optimizing webapp authenticator valve implementation
9 years ago
prabathabey
28a2e918e7
Merge branch 'master' of https://github.com/wso2/carbon-device-mgt
9 years ago
prabathabey
36462e2e4e
Improving performance of webapp authenticator valve implementation
9 years ago
Kamidu Sachith
057a55a3ab
Removing unwanted debug comments
9 years ago
harshanl
00cf61c44c
Fixed EMM-1069 and refactore DCR services
9 years ago
harshanl
740124136b
Refactored backend oauth authenticator component and added logic to validate OAuth token from local & remote servers.
9 years ago
harshanl
73906f7cda
Fixed EMM-1003
9 years ago
harshanl
b4d17b888b
fixed secondary user-store related issues & multi-tenancy issues
9 years ago
Dilshan Edirisuriya
7023537fcd
Setting owner in authentication info
9 years ago
harshanl
cb02c9da80
Fixed issues in DeviceAuthorization
9 years ago
harshanl
5af6f314d0
Fixed EMM-939
9 years ago
harshanl
026a7c187a
Fixed EMM-945, EMM-910, EMM-911, EMM-870
9 years ago
harshanl
2b9239d208
Optimized the authenticator framework
9 years ago
harshanl
520c07693d
Added support for non-secured endpoints within a security enabled webapp
9 years ago
harshanl
6ebfbc4136
Merge branch 'master' of https://github.com/hasuniea/carbon-device-mgt into hasuniea-master
9 years ago
harshanl
8f982722fb
Added oauth response messages
9 years ago
harshanl
7c0996270f
Fixed EMM-887
9 years ago
hasuniea
8f595818dd
Merge branch 'master' of https://github.com/wso2/carbon-device-mgt
9 years ago
geethkokila
168a011376
Fixing the issue of identity snapshot change
9 years ago
hasuniea
53f4dc7ae5
Merge branch 'master' of https://github.com/wso2/carbon-device-mgt
9 years ago
hasuniea
7a110a8eb5
implemented certificateGenerater
9 years ago
Kamidu Sachith
d5dcf44f27
Change the service registration
9 years ago
harshanl
b0d6038b69
Refactored dynamic client code & add tenancy handling to authenticators
9 years ago
harshanl
302eb3a8a9
Merged changes
9 years ago
harshanl
77f5f466d6
Added scope validator and refactored code
9 years ago
prabathabey
c74a979c8d
Bumping the versions of all dependent component versions to their respective latests
9 years ago
harshanl
648d8ec209
Added OAuth scope validator & fixed DataHolders
9 years ago
milanperera
17112c3616
Removed unused constants
9 years ago
milanperera
e408d50037
Refactored permission module
9 years ago
milanperera
a0187b905b
Removed unneccessary imports and code segments
9 years ago
prabathabey
bce52e54a3
Upgrading dependency versions to their respective latests
9 years ago