Commit 440da23e authored by Maksim Ivanov's avatar Maksim Ivanov Committed by Commit Bot

Hide DeviceSamlLoginAuthenticationType policy

Mark the DeviceSamlLoginAuthenticationType policy as "future", in order
to hide it from the policy documentation.

This policy is unused. It was originally intended for configuring the
Chrome OS smart card user login feature for all users on the given
device, but the design was later changed to support users of both types
(smart card and non smart card) on the same device, by determining the
case dynamically.

BYPASS_POLICY_COMPATIBILITY_CHECK=policy was never used

Bug: 826417
Change-Id: If76b55076d09d5c09e985a3730bf954c72a9f963
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2030898Reviewed-by: default avatarAlexander Hendrich <hendrich@chromium.org>
Commit-Queue: Maksim Ivanov <emaxx@chromium.org>
Cr-Commit-Position: refs/heads/master@{#737467}
parent d4564dcc
......@@ -15676,13 +15676,14 @@
'caption': '''Authentication based on client certificates''',
},
],
'supported_on': ['chrome_os:68-'],
'supported_on': [],
'device_only': True,
'features': {
'dynamic_refresh': True,
},
'example_value': 0,
'id': 438,
'future': True,
'caption': '''SAML login authentication type''',
'tags': ['system-security'],
'desc': '''Configures the type of authentication for SAML logins.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment