File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import (
1010 pb "github.com/NetAuth/Protocol"
1111)
1212
13- // EntityCreate propogates entity creation events. This makes certain
13+ // EntityCreate propagates entity creation events. This makes certain
1414// assumptions around how the okta logins are setup, and how usernames
1515// are provisioned.
1616func (o OktaPlugin ) EntityCreate (e , de pb.Entity ) (pb.Entity , error ) {
@@ -134,7 +134,7 @@ func (o OktaPlugin) EntityDestroy(e pb.Entity) (pb.Entity, error) {
134134 return e , nil
135135}
136136
137- // PostSecretChange propogates the secret change directly to Okta via
137+ // PostSecretChange propagates the secret change directly to Okta via
138138// an administrative password change. Technically this pushes a
139139// plaintext password to Okta, and its assumed that Okta will do the
140140// right thing with it. The alternative is syncing a hash (which is
You can’t perform that action at this time.
0 commit comments