From 74f514de1a9263258261bf0715e84c77db18d2a1 Mon Sep 17 00:00:00 2001 From: John Franklin <14474-franklin@users.noreply.drupalcode.org> Date: Sun, 15 Sep 2024 18:08:46 +0000 Subject: [PATCH] Issue #3474364 by john franklin: Enable pipelines, fix phpcs, phpstan, etc --- .gitlab-ci.yml | 3 +++ README.md | 8 ++++---- css/login_gov_config.css | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e5384a8..f01f665 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,3 +27,6 @@ include: # SKIP_ESLINT: '1' # OPT_IN_TEST_NEXT_MAJOR: '1' # _CURL_TEMPLATES_REF: 'main' +variables: + _CSPELL_WORDS: "acrs, birthdate, Bixal, hspd, identitysandbox, ISSO, keyout, openidconnect, reauth" + OPT_IN_TEST_NEXT_MAJOR: 0 diff --git a/README.md b/README.md index 6eba148..4c298f8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Login.gov & Drupal -The login_gov module proivdes a plugin for +The login_gov module provides a plugin for [Open ID Connect](https://drupal.org/project/openid_connect) that integrates with the GSA's Login.gov Identity Provider service to provide single sign-on (SSO) service to a Drupal website. @@ -11,7 +11,7 @@ For the sake of clarity, this README will refer to the module using the module's machine name "login_gov" and the GSA's service as "Login.gov". Before starting, you'll need to set up an account in Login.gov's -[Identty Sandbox](https://dashboard.int.identitysandbox.gov/). Anyone with an +[Identity Sandbox](https://dashboard.int.identitysandbox.gov/). Anyone with an active email ending in .gov or .mil can set up a sandbox account and test the integration with Login.gov. Before you can go live with your application, the agency will need to set up an IAA with Login.gov naming your site. See @@ -88,7 +88,7 @@ and what fields are available to your site. More details are on the documentation. * Verified Within - How recently should someone have verified or reverified -their identiy with Login.gov. See the +their identity with Login.gov. See the [OpenID Authorization](https://developers.login.gov/oidc/authorization/) section on developers.login.gov for more details. @@ -107,7 +107,7 @@ above. * Redirect URL - Login.gov will only accept requests with the redirect URL set to a known value. In your application's settings on Login.gov, there is a field to note all the valid URLs. Ensure this URL is in the list of known valid -Rediect URLs. +Redirect URLs. # Disclaimers diff --git a/css/login_gov_config.css b/css/login_gov_config.css index 0354ab9..ab42e87 100644 --- a/css/login_gov_config.css +++ b/css/login_gov_config.css @@ -7,6 +7,6 @@ div.form-item-settings-verified-within-count { } div.form-item-settings-require-piv { - margin-left: 1em; margin-top: -0.75em; + margin-left: 1em; } -- GitLab