Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for AssumeRoleWithLDAPIdentity (0.22 sec)

  1. cmd/sts-handlers.go

    	sts.AssumeRoleWithSSO(w, r)
    }
    
    // AssumeRoleWithLDAPIdentity - implements user auth against LDAP server
    func (sts *stsAPIHandlers) AssumeRoleWithLDAPIdentity(w http.ResponseWriter, r *http.Request) {
    	ctx := newContext(r, w, "AssumeRoleWithLDAPIdentity")
    
    	claims := stsClaims{}
    	defer logger.AuditLog(ctx, w, r, claims, stsLDAPPassword)
    
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Aug 15 01:29:20 UTC 2024
    - 33.9K bytes
    - Viewed (0)
Back to top