You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously we added a deprecation warning for auth-type as it was a config queued to be removed but we've recently shipped webauthn support under this config meaning it likely needs to persist for some time beyond the next major
Exit Criteria
consider changing the deprecation warning to just display when sso, saml or oauth values are passed to auth-type (this provides us with a path forward to consolidating these values into a singular legacy option)
The text was updated successfully, but these errors were encountered:
darcyclarke
changed the title
feat: add deprecation warning for <code class="notranslate">auth-type`
feat: add deprecation warning for auth-typeMay 16, 2022
darcyclarke
changed the title
feat: add deprecation warning for auth-type
feat(config): add deprecation warning for auth-typeMay 16, 2022
Summary
Previously we added a deprecation warning for
auth-type
as it was a config queued to be removed but we've recently shippedwebauthn
support under this config meaning it likely needs to persist for some time beyond the next majorExit Criteria
sso
,saml
oroauth
values are passed toauth-type
(this provides us with a path forward to consolidating these values into a singularlegacy
option)The text was updated successfully, but these errors were encountered: