Title: Scouting OpenID Connect
Author: Scouting Nederland
Published: <strong>17 Dezembro, 2024</strong>
Last modified: 30 Abril, 2026

---

Procurar plugins

![](https://ps.w.org/scouting-openid-connect/assets/banner-772x250.png?rev=3208785)

![](https://ps.w.org/scouting-openid-connect/assets/icon.svg?rev=3208785)

# Scouting OpenID Connect

 Por [Scouting Nederland](https://profiles.wordpress.org/scoutingnederland/)

[Descarregar](https://downloads.wordpress.org/plugin/scouting-openid-connect.2.4.1.zip)

 * [Detalhes](https://pt.wordpress.org/plugins/scouting-openid-connect/#description)
 * [Avaliações](https://pt.wordpress.org/plugins/scouting-openid-connect/#reviews)
 *  [Instalação](https://pt.wordpress.org/plugins/scouting-openid-connect/#installation)
 * [Desenvolvimento](https://pt.wordpress.org/plugins/scouting-openid-connect/#developers)

 [Suporte](https://wordpress.org/support/plugin/scouting-openid-connect/)

## Descrição

A WordPress plugin for logging in with Scouting Nederland OpenID Connect Server.

This plugin allows users to authenticate and login to their WordPress websites using
their Scouting Nederland OpenID Connect credentials.
 It provides a secure and convenient
way for Scouting Nederland members to access their WordPress sites without the need
for separate login credentials. With this plugin, users can seamlessly integrate
their Scouting Nederland accounts with their WordPress websites, enhancing the user
experience and simplifying the login process.

## Ecrãs

 * [[
 * Login Page
 * [[
 * Settings Page
 * [[
 * Shortcode Page
 * [[
 * Support Page

## Instalação

Make sure you have the role `webmaster` in [mijn.scouting.nl](https://mijn.scouting.nl).

 1.  Go to [https://login.scouting.nl](https://login.scouting.nl), click on `Managed
     websites` and click on `Add OpenID Connect connection`.
 2.  Add the name of your group/website.
 3.  Add the Redirect URI, for example: https://example.com/.
 4.  Add the Post Logout Redirect URI, for example: https://example.com/.
 5.  Select the scopes you want to use. The `Email`, `Personal` and `Membership` scopes
     are required; \
      The `Address`, `Phone number` scope is optional. \ Currently 
     the `Parents/guardians` scope is not supported.
 6.  Select the organizations that can log in. \
      If your organization has sub-organizations,
     you can also select `Allow suborganizations.`
 7.  Select to use the PKCE (code challenge).
 8.  Press `Add Website`.
 9.  Find the website you just created and click on ⓘ.
 10. Copy the Client ID, Client secret, and the scopes to your website.
 11. Fill in the OpenID Connect Settings with the copied data. Make sure the required
     scopes are present:
 12.  * `openid` (Required)
      * `membership` (Required)
      * `profile` (Required)
      * `email` (Required)
      * `address` (Optional)
      * `phone` (Optional)
 13. Fill in the General Settings.
 14. Press `Save Settings`.
 15. Log out and try to log in with the Scouts Login button.

## Perguntas frequentes

### Do i need to be part of Scouting Nederland to use this?

Yes, the OpenID Connect server is used to identify people and only allows access
when they are members of the appropriate organization within Scouting Nederland.

To set up the system at Scouting Nederland, you need webmaster privileges for your
scouting group.

### Are there settings for this plugin?

Yes, there is a settings page where you can set up a redirect after login, configure
the name the user gets in their profile, and enforce that.

### Can roles also be imported into WordPress from SOL?

Currently not, but this is planned for a future update of this plugin.

### Can my parents or guardian also sign in?

Currently not, but this is planned for a future update of this plugin.

## Avaliações

Este plugin não tem avaliações.

## Contribuidores e programadores

“Scouting OpenID Connect” é software de código aberto. As seguintes pessoas contribuíram
para este plugin:

Contribuidores

 *   [ Scouting Nederland ](https://profiles.wordpress.org/scoutingnederland/)
 *   [ Job van Koeveringe ](https://profiles.wordpress.org/jobvk/)

“Scouting OpenID Connect” foi traduzido para 1 locale. Obrigado aos [tradutores](https://translate.wordpress.org/projects/wp-plugins/scouting-openid-connect/contributors)
pelas suas contribuições.

[Traduza o “Scouting OpenID Connect” para o seu idioma.](https://translate.wordpress.org/projects/wp-plugins/scouting-openid-connect)

### Interessado no desenvolvimento?

[Consulte o código](https://plugins.trac.wordpress.org/browser/scouting-openid-connect/),
consulte o [repositório SVN](https://plugins.svn.wordpress.org/scouting-openid-connect/),
ou subscreva o [registo de alterações](https://plugins.trac.wordpress.org/log/scouting-openid-connect/)
por [RSS](https://plugins.trac.wordpress.org/log/scouting-openid-connect/?limit=100&mode=stop_on_copy&format=rss).

## Registo de alterações

#### 2.4.1

 * Fixed some spelling mistakes.

#### 2.4.0

 * Added logout support and dedicated handling for the OpenID Connect logout flow.
 * Redefined the nonce-based login flow to harden authentication callbacks.
 * Added logging pages and utilities to inspect plugin activity and support troubleshooting.
 * Added redirect_back to current page for both shortcodes.

#### 2.3.0

 * Added a settings option to define how duplicated emails should be handled: plus
   addressing or return an error.
 * When sending an email via WordPress, the plus addressing is removed so the user
   does not see it.
 * Fixed fallback conditions for phone and address fields in WooCommerce.
 * Added a custom hook for new user registration: `scouting_oidc_user_register`.

#### 2.2.0

 * Add support for `phone` and `address` scopes to store phone number and address
   data in user profiles.
 * Require PKCE (Proof Key for Code Exchange) to be configured in OIDC.
 * Update default scopes to include `address` and `phone` in addition to existing
   scopes.
 * Add WooCommerce integration to automatically sync user data (name, phone, address)
   to WooCommerce billing and shipping fields.
 * Hide phone and address fields from user profile when WooCommerce is active to
   prevent duplication.
 * Improve user profile field rendering with `readonly` instead of `disabled` for
   better accessibility.

#### 2.1.0

 * Tested up to: `6.9`
 * Add logout redirect host allowlist handling in `scouting_oidc_auth_logout_redirect()`
   to permit external logout URLs.
 * Clear user cache after username updates (`clean_user_cache`) to avoid stale user
   data.
 * Trigger core `wp_login` and plugin-specific `scouting_oidc_wp_login` actions 
   when programmatically logging in.

#### 2.0.1

 * Make upgrading from `1.2.0` to `2.0.0` backwards compatible.

#### 2.0.0

 * Use version `2.0.1` instead for backward compatibility with version `1.2.0`.
 * `membership` scope is now required to obtain the SOL Member ID.
 * `infix` is removed from user this was conflicting with WooCommerce, the infix
   is now added before the last name.
 * Removed the `prefix` field from the general settings.
 * Removed the SOL ID field profile this is now the UserName of the WordPress User.
 * Improved error messages and redirects for missing or invalid user data or OIDC
   scopes.
 * Updated setup and support documentation to reflect the new identification model.

#### 1.2.0

 * Add custom redirect option for successful login.

#### 1.1.0

 * Add option to redirect only SOL users.

#### 1.0.2

 * Tested plugin up to WordPress 6.7.2 => 6.8.0

#### 1.0.1

 * Fixed hook wp_login
 * Tested plugin up to WordPress 6.7.1 => 6.7.2

#### 1.0.0

 * Initial release

## Metadados

 *  Versão **2.4.1**
 *  Última actualização **Há 1 mês**
 *  Instalações activas **20+**
 *  Versão do WordPress ** 6.6.0 ou superior **
 *  Testado até **6.9.4**
 *  Versão do PHP ** 8.2 ou superior **
 *  Idiomas
 * [Dutch](https://nl.wordpress.org/plugins/scouting-openid-connect/) e [English (US)](https://wordpress.org/plugins/scouting-openid-connect/).
 *  [Traduza para o seu idioma](https://translate.wordpress.org/projects/wp-plugins/scouting-openid-connect)
 * Etiquetas
 * [oidc](https://pt.wordpress.org/plugins/tags/oidc/)[openid connect](https://pt.wordpress.org/plugins/tags/openid-connect/)
   [Scouting](https://pt.wordpress.org/plugins/tags/scouting/)[scouting nederland](https://pt.wordpress.org/plugins/tags/scouting-nederland/)
   [sol](https://pt.wordpress.org/plugins/tags/sol/)
 *  [Visualização avançada](https://pt.wordpress.org/plugins/scouting-openid-connect/advanced/)

## Classificações

Ainda não foram submetidas avaliações.

[Your review](https://wordpress.org/support/plugin/scouting-openid-connect/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/scouting-openid-connect/reviews/)

## Contribuidores

 *   [ Scouting Nederland ](https://profiles.wordpress.org/scoutingnederland/)
 *   [ Job van Koeveringe ](https://profiles.wordpress.org/jobvk/)

## Suporte

Tem algo a dizer? Precisa de ajuda?

 [Ver fórum de suporte](https://wordpress.org/support/plugin/scouting-openid-connect/)