*: promote SAML to stable

This means we no longer refer to it as "experimental" and wont make
breaking changes.
This commit is contained in:
Eric Chiang
2017-04-11 10:09:48 -07:00
parent 43ad9cc37c
commit 5f377f07d4
6 changed files with 63 additions and 40 deletions
+1 -1
View File
@@ -648,7 +648,7 @@ func (s *Server) handleAuthCode(w http.ResponseWriter, r *http.Request, client s
reqRefresh := func() bool {
// Ensure the connector supports refresh tokens.
//
// Connectors like `samlExperimental` do not implement RefreshConnector.
// Connectors like `saml` do not implement RefreshConnector.
conn, ok := s.connectors[authCode.ConnectorID]
if !ok {
s.logger.Errorf("connector ID not found: %q", authCode.ConnectorID)