mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Website: Update conditional access end user URLs (#34903)
+ Updated to use the generic URLs specified in the original [Figma](https://www.figma.com/design/r10C6JV11J3up8jL8ennMZ/-19235-Microsoft--Intune--compliance-partner--block-end-users-failing-policies?node-id=27-205&t=xwneJAuvDbpCs0no-1) + Added redirects for backwards compatibility
This commit is contained in:
parent
7dc9604a5c
commit
04675fe725
1 changed files with 6 additions and 2 deletions
8
website/config/routes.js
vendored
8
website/config/routes.js
vendored
|
|
@ -539,7 +539,7 @@ module.exports.routes = {
|
|||
}
|
||||
},
|
||||
|
||||
'GET /microsoft-compliance-partner/remediate': {
|
||||
'GET /remediate': {
|
||||
action: 'microsoft-proxy/view-remediate',
|
||||
locals: {
|
||||
showConfigurationProfileLayout: true,
|
||||
|
|
@ -547,7 +547,7 @@ module.exports.routes = {
|
|||
}
|
||||
},
|
||||
|
||||
'GET /microsoft-compliance-partner/enroll': {
|
||||
'GET /turn-on-mdm': {
|
||||
action: 'microsoft-proxy/view-turn-on-mdm',
|
||||
locals: {
|
||||
showConfigurationProfileLayout: true,
|
||||
|
|
@ -897,6 +897,10 @@ module.exports.routes = {
|
|||
'GET /seceng': '/observability?utm_content=eo-security',
|
||||
'GET /vm': '/software-management?utm_content=vm',
|
||||
|
||||
// Microsoft conditional access
|
||||
'GET /microsoft-compliance-partner/remediate': '/remediate',
|
||||
'GET /microsoft-compliance-partner/enroll': '/turn-on-mdm',
|
||||
|
||||
// Fleet UI
|
||||
// =============================================================================================================
|
||||
// Redirects for external links from the Fleet UI & CLI, including to fleetdm.com and to external websites not
|
||||
|
|
|
|||
Loading…
Reference in a new issue