Dealing with “localhost”
Last updated
Was this helpful?
If your are working on a development environment, https may not be available but the context could be considered as secured. You can bypass the scheme verification by passing the list of rpIds you consider secured.
Please be careful using this feature. It should NOT be used in production.
security:
firewalls:
main:
webauthn:
secured_rp_ids:
- 'localhost'Last updated
Was this helpful?
Was this helpful?