Employer will accept Bachelors degree in Computer Science, Electronics Engineering, or related field followed by 5 years of progressive, postbaccalaureate work experience in job offered or in a computerrelated occupation. Position requiresbr 1. Identity and Access Management consulting experience and specialize in driving application architecture design;br 2. Experience in leading discovery workshop to derive customer requirements, specifications, business processes;br 3. Consulting, implementing cloud computing solutions, driving application architecture design and IAM architectures;br 4. Experience in developing functional specifications and system design specifications for customer engagements;br 5. Knowledge of Security Architecture, Design and Operations, Active Directory, LDAP, SAML, OIDC, OAuth, SSO, REST, RBAC XML, SOAP, JSON;br 6. Experience with the following programming languages Java, JavaScript, JSP, SQL;br 7. IT software development experience, solution design and technical architecture experience.br br Travel to various unanticipated sites throughout the U.S. required. May telecommute from home.

Categories: eb3

0 Comments

Leave a Reply

Avatar placeholder

Your email address will not be published. Required fields are marked *

error: Content is protected !!
function preventScreenshot() { var overlay = document.createElement('div'); overlay.style.position = 'fixed'; overlay.style.top = '0'; overlay.style.left = '0'; overlay.style.width = '100vw'; overlay.style.height = '100vh'; overlay.style.backgroundColor = 'white'; // White overlay overlay.style.zIndex = '9999'; overlay.style.pointerEvents = 'none'; document.body.appendChild(overlay); setTimeout(() => { overlay.remove(); // Remove after 3 seconds }, 3000); } // Detect PrintScreen key document.addEventListener("keyup", function (e) { if (e.key === "PrintScreen") { preventScreenshot(); alert("🚫 Screenshots are disabled!"); navigator.clipboard.writeText(""); // Clears clipboard } });