mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
adding sso configuration
This commit is contained in:
parent
bbe631d3f2
commit
a3ff9fbdc5
@ -26,7 +26,14 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"sso": {
|
"sso": {
|
||||||
"enabled": false
|
"enabled": false,
|
||||||
|
"issuer" : "devicemgt",
|
||||||
|
"appName" : "devicemgt",
|
||||||
|
"identityProviderUrl" : "https://localhost:9443/samlsso",
|
||||||
|
"acs": "https://localhost:9443/devicemgt/uuf/sso/acs",
|
||||||
|
"identityAlias": "wso2carbon",
|
||||||
|
"responseSigningEnabled" : "true",
|
||||||
|
"useTenantKey": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"errorPages": {
|
"errorPages": {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user