Publicareas are delivered using this controller.
Security measures
Access to publicarea can be limited using different measures.
IP AllowList
You can define which IPs should have access to your publicarea. Requests from other IP addresses will be blocked. IP AllowList takes precedence and will not check any other security measure.
securitySettings: {
auth: {
ipWhiteList: {
enabled: true
}
},
ipWhiteList: [{ cidr: "1.2.3.4/32" }, ...]
}
OAuth
You can use OAuth2 with our Authentication platform to authenticate users for your publicarea.
securitySettings: {
auth: {
oauth: {
enabled: true,
clientId: CLIENT_ID_FOR_YOUR_PUBLICAREA
}
}
}
ExtAuth
TBC
Reference
Deliver PublicArea
Returns the external public area (can be press area, video hub etc)