We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
what env value is for below Login URL: https://login.microsoftonline.com/xyz/saml2 Azure AD Identifier: https://sts.windows.net/xyz
my env file is below
- name: SAML_PROXY_BASE_URL value: https://{{ .Values.drop.url }}/ - name: SAML_PROXY_BACKEND_URL value: http://localhost:9000 - name: SAML_PROXY_IDP_METADATA_URL value: https://sts.lmn.com/FederationMetadata/2007-06/FederationMetadata.xml - name: SAML_PROXY_SP_CERT_PATH value: /ssl/tls.crt - name: SAML_PROXY_SP_KEY_PATH value: /ssl/tls.key - name: SAML_PROXY_NAME_ID_FORMAT value: persistent
The text was updated successfully, but these errors were encountered:
It looks like you'll point the metadata URL at https://nexus.microsoftonline-p.com/federationmetadata/saml20/federationmetadata.xml as described in https://docs.microsoft.com/en-us/azure/active-directory/hybrid/how-to-connect-fed-saml-idp#azure-ad-saml-20-protocol-requirements
...however, I'm not totally sure since that metadata content doesn't specify a tenant specific login URL like what you've been provided.
Sorry, something went wrong.
No branches or pull requests
what env value is for below
Login URL: https://login.microsoftonline.com/xyz/saml2
Azure AD Identifier: https://sts.windows.net/xyz
my env file is below
The text was updated successfully, but these errors were encountered: