Skip to content

Instantly share code, notes, and snippets.

@sgohl
Created May 17, 2024 08:54
Show Gist options
  • Save sgohl/b0c8ee0a1b0ba84a62a11e6a84912ca0 to your computer and use it in GitHub Desktop.
Save sgohl/b0c8ee0a1b0ba84a62a11e6a84912ca0 to your computer and use it in GitHub Desktop.
{
"clientId": "https://sentry.mydomain.dev/saml/metadata/sentry/",
"name": "sentry",
"description": "",
"rootUrl": "",
"adminUrl": "",
"baseUrl": "",
"surrogateAuthRequired": false,
"enabled": true,
"alwaysDisplayInConsole": true,
"clientAuthenticatorType": "client-secret",
"redirectUris": [
"*"
],
"webOrigins": [],
"notBefore": 0,
"bearerOnly": false,
"consentRequired": false,
"standardFlowEnabled": true,
"implicitFlowEnabled": false,
"directAccessGrantsEnabled": true,
"serviceAccountsEnabled": false,
"publicClient": true,
"frontchannelLogout": true,
"protocol": "saml",
"attributes": {
"saml.assertion.signature": "false",
"saml.force.post.binding": "true",
"saml_single_logout_service_url_post": "https://sentry.mydomain.dev/saml/sls/",
"saml.encrypt": "false",
"post.logout.redirect.uris": "*",
"saml_assertion_consumer_url_post": "https://sentry.mydomain.dev/saml/acs/",
"saml.server.signature": "false",
"saml.server.signature.keyinfo.ext": "false",
"saml.signing.certificate": "MIIC+TCCAeECBgGPgQy...trimmed...zrTpKwytC+2o31JCpd/ZPfyYStB9qJ4C0Ui",
"saml.artifact.binding.identifier": "1uufT+GxdepcLAWIPlRciSF3jeM=",
"saml.artifact.binding": "false",
"saml.signature.algorithm": "RSA_SHA256",
"saml_force_name_id_format": "false",
"saml.client.signature": "false",
"saml.authnstatement": "true",
"display.on.consent.screen": "false",
"saml.signing.private.key": "MIIEowIBAAKCAQEA1OIl2P9...trimmed...j",
"saml_name_id_format": "email",
"saml.allow.ecp.flow": "false",
"saml_signature_canonicalization_method": "http://www.w3.org/2001/10/xml-exc-c14n#",
"saml.onetimeuse.condition": "false",
"saml.server.signature.keyinfo.xmlSigKeyInfoKeyNameTransformer": "NONE"
},
"authenticationFlowBindingOverrides": {},
"fullScopeAllowed": true,
"nodeReRegistrationTimeout": -1,
"protocolMappers": [
{
"name": "X500 email",
"protocol": "saml",
"protocolMapper": "saml-user-property-mapper",
"consentRequired": false,
"config": {
"attribute.nameformat": "urn:oasis:names:tc:SAML:2.0:attrname-format:uri",
"user.attribute": "email",
"friendly.name": "email",
"attribute.name": "user_email"
}
}
],
"defaultClientScopes": [],
"optionalClientScopes": [],
"access": {
"view": true,
"configure": true,
"manage": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment