passwordless access for web crawler

Created on 13 December 2024, 2 months ago

Problem/Motivation

Should I use this to allow access to login to the site without a password to be able to crawl the site from a script in order to avoid 2 factor authentication?

Steps to reproduce

Via code I can request a token using Clent Credentials, but how do I associate to a user?

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

πŸ’¬ Support request
Status

Active

Version

2.1

Component

Miscellaneous

Created by

πŸ‡ΊπŸ‡ΈUnited States lokapujya Boston

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @lokapujya
  • πŸ‡¦πŸ‡ΊAustralia cafuego

    This is not a module you use to allow password-less access to your site, this module allows you to use Drupal as a SSO provider, so users can use their Drupal credentials to access other sites.

    To allow a script to crawl your Drupal, probably your best bet is a smaller custom module that can check a shared secret (token) and overrides the need for 2FA.

Production build 0.71.5 2024