Skip to content
Snippets Groups Projects
Commit 74f514de authored by John Franklin's avatar John Franklin
Browse files

Issue #3474364 by john franklin: Enable pipelines, fix phpcs, phpstan, etc

parent d2b9c187
No related branches found
No related tags found
1 merge request!3Resolve #3474364 "Enable pipelines fix"
Pipeline #283862 passed
...@@ -27,3 +27,6 @@ include: ...@@ -27,3 +27,6 @@ include:
# SKIP_ESLINT: '1' # SKIP_ESLINT: '1'
# OPT_IN_TEST_NEXT_MAJOR: '1' # OPT_IN_TEST_NEXT_MAJOR: '1'
# _CURL_TEMPLATES_REF: 'main' # _CURL_TEMPLATES_REF: 'main'
variables:
_CSPELL_WORDS: "acrs, birthdate, Bixal, hspd, identitysandbox, ISSO, keyout, openidconnect, reauth"
OPT_IN_TEST_NEXT_MAJOR: 0
# Login.gov & Drupal # 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 [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 with the GSA's Login.gov Identity Provider service to provide single sign-on
(SSO) service to a Drupal website. (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 ...@@ -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". 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 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 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 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 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 ...@@ -88,7 +88,7 @@ and what fields are available to your site. More details are on the
documentation. documentation.
* Verified Within - How recently should someone have verified or reverified * 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 [OpenID Authorization](https://developers.login.gov/oidc/authorization/) section
on developers.login.gov for more details. on developers.login.gov for more details.
...@@ -107,7 +107,7 @@ above. ...@@ -107,7 +107,7 @@ above.
* Redirect URL - Login.gov will only accept requests with the redirect URL set * 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 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 to note all the valid URLs. Ensure this URL is in the list of known valid
Rediect URLs. Redirect URLs.
# Disclaimers # Disclaimers
......
...@@ -7,6 +7,6 @@ div.form-item-settings-verified-within-count { ...@@ -7,6 +7,6 @@ div.form-item-settings-verified-within-count {
} }
div.form-item-settings-require-piv { div.form-item-settings-require-piv {
margin-left: 1em;
margin-top: -0.75em; margin-top: -0.75em;
margin-left: 1em;
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment