update
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
8d3fafd979
commit
baddd6fa0a
File diff suppressed because it is too large
Load Diff
@ -1,8 +0,0 @@
|
||||
{
|
||||
"@class" : "org.apereo.cas.services.RegexRegisteredService",
|
||||
"serviceId" : "^(https|imaps|http)://localhost.*",
|
||||
"name" : "TEST",
|
||||
"id" : 10000003,
|
||||
"description" : "This service definition authorizes all application urls that support HTTPS / HTTP and IMAPS protocols.",
|
||||
"evaluationOrder" : 10000
|
||||
}
|
@ -1,8 +0,0 @@
|
||||
{
|
||||
"@class" : "org.apereo.cas.services.RegexRegisteredService",
|
||||
"serviceId" : "^(https|imaps|http)://.*",
|
||||
"name" : "TEST2",
|
||||
"id" : 10000004,
|
||||
"description" : "This service definition authorizes all application urls that support HTTPS / HTTP and IMAPS protocols.",
|
||||
"evaluationOrder" : 10000
|
||||
}
|
@ -0,0 +1,8 @@
|
||||
{
|
||||
"@class" : "org.apereo.cas.services.RegexRegisteredService",
|
||||
"serviceId" : "^(http|https|imaps)://.*",
|
||||
"name" : "test",
|
||||
"id" : 0,
|
||||
"description" : "test",
|
||||
"evaluationOrder" : 10000
|
||||
}
|
Loading…
Reference in new issue