update
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
50131dbe96
commit
8d3fafd979
@ -1,4 +1,5 @@
|
||||
.vscode
|
||||
.env
|
||||
log
|
||||
data
|
||||
data
|
||||
tmp
|
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,8 @@
|
||||
{
|
||||
"@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
|
||||
}
|
@ -0,0 +1,8 @@
|
||||
{
|
||||
"@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
|
||||
}
|
Loading…
Reference in new issue