Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
metadata
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
iam-pub
metadata
Merge requests
!505
Resolve "Hotel Engine"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Hotel Engine"
378-hotel-engine
into
master
Overview
0
Commits
3
Pipelines
4
Changes
1
Merged
Rory Larson
requested to merge
378-hotel-engine
into
master
11 months ago
Overview
0
Commits
3
Pipelines
4
Changes
1
Expand
Creates SSO integration for Hotel Engine and closes
#378 (closed)
0
0
Merge request reports
Compare
master
version 2
4d504a73
11 months ago
version 1
47b44db9
11 months ago
master (base)
and
latest version
latest version
7fe9fdef
3 commits,
11 months ago
version 2
4d504a73
2 commits,
11 months ago
version 1
47b44db9
1 commit,
11 months ago
1 file
+
45
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
nefed.xml
+
45
−
2
Options
@@ -32624,8 +32624,51 @@
</SPSSODescriptor>
</EntityDescriptor>
<EntityDescriptor xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata"
ID="_ba812aef2f9fb8a8b9b822dbc0109c4e15d06b5f"
entityID="https://nufoundation.events.alumniq.com/shibboleth">
entityID="https://hotelengine.com">
<Extensions>
<mdrpi:RegistrationInfo registrationAuthority="https://nebraska.edu/nefed" />
<mdattr:EntityAttributes>
<saml:Attribute Name="http://macedir.org/entity-category"
NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri">
<saml:AttributeValue>
https://nebraska.edu/category/registered-by-nefed</saml:AttributeValue>
</saml:Attribute>
<saml:Attribute Name="http://shibboleth.net/ns/attributes/releaseAllValues"
NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri">
<saml:AttributeValue>
unNUID</saml:AttributeValue>
</saml:Attribute>
</mdattr:EntityAttributes>
<mdui:UIInfo>
<mdui:DisplayName xml:lang="en">
HotelEngine</mdui:DisplayName>
<mdui:Description xml:lang="en">HotelEngine</mdui:Description>
<mdui:InformationURL xml:lang="en">
https://hotelengine.com</mdui:InformationURL>
</mdui:UIInfo>
</Extensions>
<SPSSODescriptor AuthnRequestsSigned="false"
WantAssertionsSigned="false"
protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol">
<NameIDFormat>urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress</NameIDFormat>
<AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST"
Location="https://api.hotelengine.com/users/auth/62242253-66af-44c1-8a88-0f5f9a5e06d6/saml"
index="1" />
</SPSSODescriptor>
<Organization>
<OrganizationName xml:lang="en">HotelEngine</OrganizationName>
<OrganizationURL xml:lang="en">https://hotelengine.com</OrganizationURL>
</Organization>
<ContactPerson contactType="administrative">
<Company>University of Nebraska</Company>
<GivenName>Roger</GivenName>
<SurName>Korth</SurName>
<EmailAddress>rdkorth@nebraska.edu</EmailAddress>
</ContactPerson>
</EntityDescriptor>
<EntityDescriptor ID="_ba812aef2f9fb8a8b9b822dbc0109c4e15d06b5f"
entityID="https://nufoundation.events.alumniq.com/shibboleth">
<Extensions xmlns:alg="urn:oasis:names:tc:SAML:metadata:algsupport">
<mdrpi:RegistrationInfo registrationAuthority="https://nebraska.edu/nefed" />
<mdattr:EntityAttributes>
Loading