itzg / itzg/saml-auth-proxy

azure adfs

Open
#16 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Go
Stars
76
Forks
24
Avg merge
19h 32m
Merged PRs (30d)
3

Description

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

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the environment variables shown in the issue, especially SAML_PROXY_IDP_METADATA_URL, and compare them with the provided Azure AD Login URL and Azure AD Identifier. Done means the correct variable mapping is confirmed and documented for this Azure AD/ADFS configuration.

Written by the indexing model from the issue text.

Assessment

Tech stack
azure, go
Domain
authentication, backend
Issue type
Documentation
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
18/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.