netzbegruenung / keycloak-mfa-plugins

Keycloak plugins for MFA (enforce MFA, SMS authentication step, native app integration)
Apache License 2.0
71 stars 21 forks source link

SMS-Auth: mark token field as autocomplete=one-time-code #86

Closed alexanderhofstaetter closed 3 months ago

alexanderhofstaetter commented 3 months ago

according to the apple docs, the input should be marked as autocomplete=one-time-code

See: https://developer.apple.com/documentation/security/one-time_codes/enabling_autofill_for_domain-bound_sms_codes#4277752