Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Trust and Identity Incubator
Test_IdP
Commits
21f91841
Commit
21f91841
authored
Jul 13, 2021
by
Martin van Es
Browse files
Add attributes.json
parent
894f9645
Changes
2
Hide whitespace changes
Inline
Side-by-side
config/attributes.json
0 → 100644
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"
}
modules/customauth/templates/authenticate.tpl.php
View file @
21f91841
...
...
@@ -23,7 +23,7 @@
<form
method=
"post"
action=
"?"
>
<p><hr/><b>
Choose Test Scenario
</b></p>
<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
$first
=
true
;
$users
=
$this
->
data
[
'users'
];
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment