[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: OERealm in Authentication Gateway 11.7

  • Thread starter Thread starter Peter Judge
  • Start date Start date
Status
Not open for further replies.
P

Peter Judge

Guest
The policy provider is passed a client-principal as part of the ApplyPolicy event. That C-P has a qualified-user-id (or user-id) which should contain the user name and domain. /* Applies a policy @param character (mandatory) The sender of the event @param character (mandatory) The name of the policy event @param Principal (mandatory)The client-principal/token currently being processed in the STS. Modifications to the contained Token will be returned to the STS. @param JsonObject (optional) A collection of options and operations supported by the domain @param character out (optional) Status detail text @return PAMStatusEnum (optional) A new status for the CP based on the policy */ method public PAMStatusEnum ApplyPolicy( input pcSender as character , input pcPolicyName as character , input poPrincipal as Principal, input poDomainCtx as JsonObject, output pcStatusDetail as character ):

Continue reading...
 
Status
Not open for further replies.
Back
Top