Skip to content

Commit

Permalink
Merge pull request #72 from ericchiang/saml
Browse files Browse the repository at this point in the history
connectors: add warning to the SAML connector
  • Loading branch information
justaugustus authored Dec 22, 2020
2 parents 64a6a6e + 345acf5 commit a8d5b3e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions content/docs/connectors/saml.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ toc: true
weight: 30
---

## WARNING

The SAML connector is unmaintained, likely vulnerable to authentication bypass vulnerablities, and is under consideration for deprecation (see [#1884](https://github.com/dexidp/dex/discussions/1884)). Please consider switching to OpenID Connect, OAuth2, or LDAP for identity providers that support these protocols. If you have domain expertise in SAML/XMLDSig and would like to volunteer to maintain the connector please comment on the discussion.

## Overview

The SAML provider allows authentication through the SAML 2.0 HTTP POST binding. The connector maps attribute values in the SAML assertion to user info, such as username, email, and groups.
Expand Down

0 comments on commit a8d5b3e

Please sign in to comment.