WordPress.org

În Română

  • Teme
  • Module
  • Știri
  • Suport
  • Despre
  • Evenimente
  • Localizare
  • Dialog
  • Obține WordPress
Obține WordPress
WordPress.org

Plugin Directory

Aysnc Login with Auth0

  • Trimite un modul
  • Favoritele mele
  • Autentifică-te
  • Trimite un modul
  • Favoritele mele
  • Autentifică-te

Aysnc Login with Auth0

De Aysnc
Descarcă
  • Detalii
  • Recenzii
  • Instalare
  • Dezvoltare
Suport

Descriere

❤️ Contribute on GitHub

Auth0 Login for WordPress provides a simple, secure way to log in to WordPress using Auth0. It hides the default login screen with a redirect to Auth0.

Watch this video to see how to configure your Auth0 application and hook it up to WordPress:

Features

  • Very easy to set up
  • Replaces the standard WordPress login URL with a secret link for additional security
  • Authenticates users via Auth0 using OAuth 2.0 / OIDC

Configuration

You can configure the plugin either through the WordPress admin interface or by defining constants in your wp-config.php file (recommended for enhanced security).

Option 1: WordPress Admin Configuration (Basic)

  1. Go to WordPress Admin > Settings > Auth0
  2. Enter the following required information:
    • Secret Login Token: A unique, random string that will be used for your custom login URL
    • Domain: Your Auth0 domain (e.g., your-tenant.auth0.com)
    • Client ID: Your Auth0 application Client ID
    • Client Secret: Your Auth0 application Client Secret
  3. Save changes

Option 2: wp-config.php Configuration (Recommended)

For enhanced security, add the following lines to your wp-config.php file:

// Auth0 Configuration
define( 'AYSNC_AUTH0_SECRET_LOGIN_TOKEN', 'your-secret-token' );
define( 'AYSNC_AUTH0_DOMAIN', 'your-tenant.auth0.com' );
define( 'AYSNC_AUTH0_CLIENT_ID', 'your-client-id' );
define( 'AYSNC_AUTH0_CLIENT_SECRET', 'your-client-secret' );

This method prevents your Auth0 credentials from being stored in the database.

Important: Don’t lose your login URL!

After configuring the plugin:

  1. Your WordPress login URL will change to: https://your-wordpress-site.com/your-secret-token
  2. The standard wp-login.php page will be disabled
  3. Save your new login URL in a secure location – you’ll need it to access your WordPress admin area

If you change your Secret Login Token in wp-config.php, use the „Update Login URL” button in the Auth0 settings page to refresh the login URL.

External Services

This plugin connects to Auth0, a third-party authentication service, to provide secure user authentication for your WordPress site.

What is Auth0 and what is it used for?

Auth0 is a cloud-based identity and access management platform that provides authentication and authorization services. This plugin uses Auth0 to authenticate users instead of using WordPress’s built-in authentication system.

What data is sent and when?

The following data is transmitted to Auth0:
* When a user attempts to log in: The user is redirected to Auth0’s servers for authentication
* During the OAuth flow: Auth0 receives user credentials and returns authentication tokens and user profile information (email, name, etc.) back to your WordPress site
* User profile information such as email address is retrieved from Auth0 to match or create WordPress user accounts

Service Information

Service Provider: Auth0, Inc.
Service Website: https://auth0.com/
Terms of Service: https://auth0.com/terms
Privacy Policy: https://auth0.com/privacy

Important: You must configure your own Auth0 application and are responsible for reviewing and complying with Auth0’s terms of service and privacy policy. The data processing depends on your Auth0 configuration and the information users provide during authentication.

Capturi ecran

  • WordPress Admin Settings
  • WordPress Config Settings

Instalare

  1. Upload ‘aysnc-wordpress-auth0’ to the ‘/wp-content/plugins/’ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Configure the plugin through Settings > Auth0 or by adding constants to wp-config.php

Întrebări frecvente

What happens if I lose my Secret Login Token?

If you’ve defined it in wp-config.php, you can retrieve it from there. If you’ve only set it in the WordPress admin, you may need to access your database directly to retrieve it.

Can I still use the standard WordPress login?

No, the standard wp-login.php is disabled for security reasons. You must use the custom login URL.

Does this plugin work with multisite?

Yes, the plugin is compatible with WordPress multisite installations.

What if I need to update my Auth0 credentials?

You can update them either in the WordPress admin interface or in your wp-config.php file, depending on how you initially configured the plugin.

Recenzii

Nu există nicio verificare pentru acest modul.

Contributori și dezvoltatori

„Aysnc Login with Auth0” este un software open-source. La acest modul au contribuit următoarele persoane.

Contributori
  • Aysnc
  • Junaid Bhura

Tradu „Aysnc Login with Auth0” în limba ta.

Te interesează dezvoltarea?

Răsfoiește codul, vezi depozitarul SVN, sau abonează-te la jurnalul de dezvoltare prin RSS.

Istoric modificări

1.0.0

  • First stable release.

Meta

  • Versiunea 1.0.0
  • Ultima actualizare Acum 3 luni
  • Instalări active: Mai puțin de 10
  • Versiune WordPress 6.8 sau mai recentă
  • Testat până la 6.8.3
  • Versiune PHP 8.2 sau mai recentă
  • Limbă
    English (US)
  • Etichete
    loginSingle Sign-onsso
  • Vizualizare avansată

Evaluări

Nu a fost trimisă nicio recenzie până acum.

Adaugă-mi recenzia

Vezi toate recenziile

Contributori

  • Aysnc
  • Junaid Bhura

Suport

Ai ceva de zis? Ai nevoie de ajutor?

Vezi forumul pentru suport

  • Despre
  • Știri
  • Găzduire
  • Confidențialitate
  • Prezentare
  • Teme
  • Module
  • Modele
  • Învață
  • Suport
  • Dezvoltatori
  • WordPress.tv ↗
  • Implică-te
  • Evenimente
  • Donează ↗
  • Five for the Future
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

În Română

  • Mergi la contul nostru X (fost Twitter)
  • Vizitează contul nostru Bluesky
  • Vizitează contul nostru Mastodon
  • Vizitează contul nostru Threads
  • Vizitează pagina noastră Facebook
  • Vizitează-ne pe Instagram
  • Vizitează-ne pe LinkedIn
  • Vizitează contul nostru TikTok
  • Vizitează canalul nostru YouTube
  • Vizitează contul nostru Tumblr
Codul este poezie.