Skip to content

Commit

Permalink
update message
Browse files Browse the repository at this point in the history
  • Loading branch information
jcollins-axway committed Feb 3, 2025
1 parent 3d966be commit 5857cc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/authz/oauth/providerregistry.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func NewProviderRegistry() ProviderRegistry {
// RegisterProvider - registers the provider using the config
func (r *providerRegistry) RegisterProvider(idp corecfg.IDPConfig, tlsCfg corecfg.TLSConfig, proxyURL string, clientTimeout time.Duration) error {
if p, _ := r.providerMap.Get(idp.GetIDPName()); p != nil {
r.logger.WithField("name", idp.GetIDPName()).Debug("skipping registration of the same idp")
r.logger.WithField("name", idp.GetIDPName()).Debug("skipping reregistration of the same IDP provider")
return nil
}

Expand Down

0 comments on commit 5857cc9

Please sign in to comment.