Kilépés a tartalomból
  • Bejelentkezés
  • Regisztráció
WordPress.org

Magyar

  • Sablonok
  • Bővítmények
  • Hírek
  • Névjegy
  • Alapok
    • Történet
    • Követelmények
    • Telepítés
  • Tárhely
  • Frissítés
  • Biztonsági mentés
  • Biztonság
  • WordPress letöltése
WordPress letöltése

Bővítmények

  • Kedvenceim
  • Béta tesztelés
  • Fejlesztők
Letöltés

AH JWT Auth

Szerző: Andrew Heberle
  • Részletek
  • Vélemények
  • Fejlesztés
Támogatás

Leírás

This plugin allows sign in to WordPress using a JSON Web Token (JWT) contained in a HTTP Header that is added by a reverse proxy
that sits in front of your WordPress deployment.

Authentication and optionally role assignment is handled by claims contained in the JWT.

Verification of the JWT is handled by either:

  • a shared secret key
  • retrieving a JSON Web Key Set (JWKS) from a configured URL

During the login process if the user does not exist an account will be created with a matching role from the JWT.

If the JWT did not contain a role claim then user is created with the role set in the plugin settings (by default this is the subscriber role).

Képernyőmentések

  • This example shows a configuration with a WordPress install behind Cloudflare Access for SSO via JWT

GYIK

What header is the JWT retrieved from?

By default the plugin looks for the JWT in the Authorization header as follows:

Authorization: Bearer <JWT Here>

However the token may be retrieved from a configurable HTTP header, for example integration with Cloudflare Access would use
the Cf-Access-Jwt-Assertion header.

What should the JWT contain?

The JWT must contain at least an email claim and may also contain a role claim:

{
    "email": "admin@example.com",
    "role": "admin"
}

What signature algorimths are supported to verify the JWT?

Currently only the HS256 and RS256 alorithms are supported.

Vélemények

Nincsenek értékelések erről a bővítményről.

Közreműködők és fejlesztők

“AH JWT Auth” egy nyílt forráskódú szoftver. A bővítményhez a következő személyek járultak hozzá:

Közreműködők
  • andrewheberle

“AH JWT Auth” fordítása a saját nyelvünkre.

Érdekeltek vagyunk a fejlesztésben?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Változási napló

1.4.1

  • Update dependencies to resolve security issue

1.3.1

  • Clean-ups and bug fixes

1.3.0

  • Allow setting default role for auto-created users

1.2.2

  • Version bump for plugin update on WordPress.org

1.2.1

  • Version bump for plugin update on WordPress.org

1.2.0

  • Fix a bug where an invalid JSON response from JWKS URL was cached leading to broken SSO

1.1.0

  • Make login process more efficient by skipping JWT verify/login if user is already authenticated

1.0.3

  • Initial release on WordPress.org

1.0.2

  • Added internationalisation for strings
  • Changes based on WordPress.org plugin submission feedback

1.0.1

  • Added more error checking

1.0.0

  • First version

Meta

  • Verzió: 1.4.1
  • Utolsó frissítés: 1 hónap ezelőtt
  • Aktív telepítések: 10+
  • WordPress verzió: 4.7 vagy magasabb
  • Tesztelve eddig: 6.2.2
  • PHP verzió: 7.0 vagy magasabb
  • Nyelv:
    English (US)
  • Címkék:
    authauthenticationjwtloginsso
  • Bővített nézet

Vélemények

Ezt a bővítményt még nem értékelték.

Az értékeléshez be kell jelentkezni.

Közreműködők

  • andrewheberle

Támogatás

Vélemény? Segítségkérés?

Támogatói fórum megtekintése

Adomány

Szeretnénk támogatni ennek a bővítménynek a fejlődését?

Ha tehetjük, támogassuk ezt a bővítményt

  • Rólunk
  • Hírek
  • Tárhelyszolgatatás
  • Adományozás
  • Swag
  • Support
  • Developers
  • Get Involved
  • Learn
  • Showcase
  • Bővítmények
  • Sablonok
  • Patterns
  • WordCamp
  • WordPress.TV
  • BuddyPress
  • bbPress
  • WordPress.com
  • Matt
  • Adatvédelem
  • Public Code
WordPress.org
WordPress.org

Magyar

  • Visit our Facebook page
  • Visit our Twitter account
  • Visit our Instagram account
  • Visit our LinkedIn account
  • Visit our YouTube channel
A kód költemény.