*: 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-10 17:31:07 -07:00
parent 43ad9cc37c
commit 5f377f07d4
6 changed files with 64 additions and 41 deletions

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)