WORKERS AHEAD!
You are viewing the development documentation for the Apereo CAS server. The functionality presented here is not officially released yet. This is a work in progress and will be continually updated as development moves forward. You are most encouraged to test the changes presented.
Passwordless Authentication - Per Application
Passwordless authentication can be selectively controlled for specific applications. By default, all services and applications are eligible for passwordless authentication.
1
2
3
4
5
6
7
8
9
10
{
"@class": "org.apereo.cas.services.CasRegisteredService",
"serviceId": "^https://app.example.org",
"name": "App",
"id": 1,
"passwordlessPolicy" : {
"@class" : "org.apereo.cas.services.DefaultRegisteredServicePasswordlessPolicy",
"enabled": false
}
}
The following passwordless policy settings are supported:
| Name | Description |
|---|---|
enabled |
Boolean to define whether passwordless authentication is allowed for this service. |