Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
login_gov
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
login_gov
Commits
74f514de
Commit
74f514de
authored
6 months ago
by
John Franklin
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3474364
by john franklin: Enable pipelines, fix phpcs, phpstan, etc
parent
d2b9c187
Branches
2.1.x
Tags
2.1.0
1 merge request
!3
Resolve #3474364 "Enable pipelines fix"
Pipeline
#283862
passed
6 months ago
Stage: build
Stage: validate
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+3
-0
3 additions, 0 deletions
.gitlab-ci.yml
README.md
+4
-4
4 additions, 4 deletions
README.md
css/login_gov_config.css
+1
-1
1 addition, 1 deletion
css/login_gov_config.css
with
8 additions
and
5 deletions
.gitlab-ci.yml
+
3
−
0
View file @
74f514de
...
@@ -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
This diff is collapsed.
Click to expand it.
README.md
+
4
−
4
View file @
74f514de
# Login.gov & Drupal
# Login.gov & Drupal
The login_gov module pro
i
vdes a plugin for
The login_gov module prov
i
des 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
[
Ident
i
ty 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 identi
t
y 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.
Redi
r
ect URLs.
# Disclaimers
# Disclaimers
...
...
This diff is collapsed.
Click to expand it.
css/login_gov_config.css
+
1
−
1
View file @
74f514de
...
@@ -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
;
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment