Skip to content

Commit

Permalink
add shibboleth sp metadata xml (#384)
Browse files Browse the repository at this point in the history
* upd

* upd

* spellcheck
  • Loading branch information
bensonlee5 authored Oct 2, 2024
1 parent 1d0f965 commit 27dfda1
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -345,3 +345,12 @@ bucketType
createdAt
env
creatorType
ACS
IdP
SAML
emailAddress
nameid
SSO
Okta
Okta's
SSOConfig
2 changes: 2 additions & 0 deletions docs/app/configuration/SSOConfig.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ Also, please ensure the following metadata format:
| --- | --- |
| Name ID | urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress |

The XML for the SP metadata can be found [here](/data/ganymede_sp.xml).

Once complete, the following information should be provided to Ganymede, either directly or through a shared metadata XML page:

- Entity ID - this should be the URL of the metadata XML page if available
Expand Down
13 changes: 13 additions & 0 deletions static/data/ganymede_sp.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0"?>
<md:EntityDescriptor xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata"
validUntil="2024-09-30T01:07:32Z"
cacheDuration="PT604800S"
entityID="ganymede.bio">
<md:SPSSODescriptor AuthnRequestsSigned="false" WantAssertionsSigned="false" protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol">
<md:NameIDFormat>urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified</md:NameIDFormat>
<md:AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST"
Location="https://ganymede-core.firebaseapp.com/__/auth/handler"
index="1" />

</md:SPSSODescriptor>
</md:EntityDescriptor>

0 comments on commit 27dfda1

Please sign in to comment.