Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
shibb_idp3
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
Container Registry
Model registry
Operate
Environments
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
puppetpublic
shibb_idp3
Commits
53a3cd8a
Commit
53a3cd8a
authored
8 years ago
by
Vivien Wu
Browse files
Options
Downloads
Patches
Plain Diff
modify saml-namid
parent
f81b8f85
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
templates/etc/shibboleth-idp/conf/saml-nameid.properties.template.erb
+5
-5
5 additions, 5 deletions
...c/shibboleth-idp/conf/saml-nameid.properties.template.erb
with
5 additions
and
5 deletions
templates/etc/shibboleth-idp/conf/saml-nameid.properties.template.erb
+
5
−
5
View file @
53a3cd8a
...
...
@@ -5,13 +5,13 @@
# settings
# Comment out to disable legacy NameID generation via Attribute Resolver
#
idp.nameid.saml2.legacyGenerator = shibboleth.LegacySAML2NameIDGenerator
#
idp.nameid.saml1.legacyGenerator = shibboleth.LegacySAML1NameIdentifierGenerator
idp.nameid.saml2.legacyGenerator = shibboleth.LegacySAML2NameIDGenerator
idp.nameid.saml1.legacyGenerator = shibboleth.LegacySAML1NameIdentifierGenerator
# Default NameID Formats to use when nothing else is called for.
# Don't change these just to change the Format used for a single SP!
#
idp.nameid.saml2.default = urn:oasis:names:tc:SAML:2.0:nameid-format:transient
#
idp.nameid.saml1.default = urn:mace:shibboleth:1.0:nameIdentifier
idp.nameid.saml2.default = urn:oasis:names:tc:SAML:2.0:nameid-format:transient
idp.nameid.saml1.default = urn:mace:shibboleth:1.0:nameIdentifier
# Set to shibboleth.StoredTransientIdGenerator for server-side transient ID storage
#idp.transientId.generator = shibboleth.CryptoTransientIdGenerator
...
...
@@ -19,7 +19,7 @@
# Persistent IDs can be computed on the fly with a hash, or managed in a database
# For computed IDs, set a source attribute and a secret salt:
idp.persistentId.sourceAttribute =
shibboleth.StoredPersistentIdGenerator
idp.persistentId.sourceAttribute =
uid
#idp.persistentId.useUnfilteredAttributes = true
# Do *NOT* share the salt with other people, it's like divulging your private key.
#idp.persistentId.algorithm = SHA
...
...
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