Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Test_IdP
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Trust and Identity Incubator
Test_IdP
Commits
21f91841
Commit
21f91841
authored
3 years ago
by
Martin van Es
Browse files
Options
Downloads
Patches
Plain Diff
Add attributes.json
parent
894f9645
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
config/attributes.json
+14
-0
14 additions, 0 deletions
config/attributes.json
modules/customauth/templates/authenticate.tpl.php
+1
-1
1 addition, 1 deletion
modules/customauth/templates/authenticate.tpl.php
with
15 additions
and
1 deletion
config/attributes.json
0 → 100644
+
14
−
0
View file @
21f91841
{
"uid"
:
"About uid"
,
"schacHomeOrganization"
:
"About schacHomeOrganization"
,
"eduPersonPrincipalName"
:
"About eduPersonPrincipalName"
,
"cn"
:
"About cn"
,
"givenName"
:
"About givenName"
,
"sn"
:
"About sn"
,
"displayName"
:
"About displayName"
,
"mail"
:
"About mail"
,
"eduPersonAffiliation"
:
"About eduPersonAffiliation"
,
"eduPersonScopedAffiliation"
:
"About eduPersonScopedAffiliation"
,
"eduPersonEntitlement"
:
"About eduPersonEntitlement"
,
"isMemberOf"
:
"About isMemberOf"
}
This diff is collapsed.
Click to expand it.
modules/customauth/templates/authenticate.tpl.php
+
1
−
1
View file @
21f91841
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
<form
method=
"post"
action=
"?"
>
<form
method=
"post"
action=
"?"
>
<p><hr/><b>
Choose Test Scenario
</b></p>
<p><hr/><b>
Choose Test Scenario
</b></p>
<div
style=
"float:left; margin-right: 10px"
>
<div
style=
"float:left; margin-right: 10px"
>
<select
name=
username
size=
5
style=
'width:
25
0px;'
>
<select
name=
username
size=
10
style=
'width:
30
0px;'
>
<?php
<?php
$first
=
true
;
$first
=
true
;
$users
=
$this
->
data
[
'users'
];
$users
=
$this
->
data
[
'users'
];
...
...
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