Electronic Arts (HQ) · Vancouver
Apply on Electronic Arts (HQ)’s site →Senior Systems Engineer - Identity and Access Management - 216122 - Electronic Arts
/* ===========================================================================
ELEMENTS
--------------------------------------------------------------------------
Buttons
: Actions
: Add
: Delete
: Edit
: Remove
: Iconographics
: Close
: Vendors
: Registration/application
: Customizables
External
: Thumbnails
Fields
COMPONENTS
--------------------------------------------------------------------------
Navigation
: Menu (Dynamic)
MODULES
--------------------------------------------------------------------------
Banner
: Home
PAGETYPES
--------------------------------------------------------------------------
Login
=========================================================================== */
/*
ELEMENTS/Buttons: Actions
*/
/* to de deleted after we migrate to typographic icons (this is here and not in core.css due to a FF bug) */
.action:before,
.addDatasetRow:before,
.removeDatasetRow:before,
.removeFile:before,
[id*="dropboxRemove_"]:before,
.fileInputCancelButton:before {
mask-image: var(--action__icon--background--image);
-webkit-mask-image: var(--action__icon--background--image);
}
/*
ELEMENTS/Buttons: Actions: Add
*/
.addDatasetRow,
.action--add {
--action__icon--background--image: url(https://jobs.ea.com/portal/4/images/icon--add.webp);
}
/*
ELEMENTS/Buttons: Actions: Delete
*/
.action--delete {
--action__icon--background--image: url(https://jobs.ea.com/portal/4/images/icon--remove.webp);
}
/*
ELEMENTS/Buttons: Actions: Edit
*/
.action--edit {
--action__icon--background--image: url(https://jobs.ea.com/portal/4/images/icon--edit.svg);
}
/*
ELEMENTS/Buttons: Actions: Remove
*/
.removeDatasetRow,
.removeFile,
[id*="dropboxRemove_"],
.fileInputCancelButton,
.action--remove {
--action__icon--background--image: url(https://jobs.ea.com/portal/4/images/icon--remove.webp);
}
/*
ELEMENTS/Buttons: Iconographics: Close
*/
.ui-button.ui-dialog-titlebar-close,
.TIN_display_CloserButton_NotificationAndDialog,
.autoschedule_editor_availability_header_Container_HeaderButton {
--button__icon--background--image: url(https://jobs.ea.com/portal/4/images/close.svg);
}
/*
ELEMENTS/Buttons: Vendors: Registration/application: Customizables
*/
.methodButton--later {
--buttons__icon--background--image: url(https://jobs.ea.com/portal/4/images/icon--later.svg);
}
.methodButton--file {
--buttons__icon--background--image: url(https://jobs.ea.com/portal/4/images/icon--file.svg);
}
.methodButton--paste {
--buttons__icon--background--image: url(https://jobs.ea.com/portal/4/images/icon--paste.svg);
}
/* to de deleted after we migrate to typographic icons (this is here and not in core.css due to a FF bug) */
.methodButton--later:before,
.methodButton--file:before,
.methodButton--paste:before {
mask-image: var(--buttons__icon--background--image);
-webkit-mask-image: var(--buttons__icon--background--image);
}
/*
ELEMENTS/Icons: Shrare buttons
*/
:root {
--icon--share--whatsapp: url(https://jobs.ea.com/portal/4/images/icon--share--whatsapp.svg);
--icon--share--linkedin: url(https://jobs.ea.com/portal/4/images/icon--share--linkedin.svg);
}
/*
ELEMENTS/External: Thumbnails
*/
:root {
--thumbnail--border--radius: 100%;
--thumbnail--border--width: 0;
--thumbnail--border--color: transparent;
--thumbnail--width: calc(var(--sizing--basis) * 8); /* 3.2rem +doc+ */
--thumbnail--height: calc(var(--sizing--basis) * 8); /* 3.2rem +doc+ */
}
/*
ELEMENTS/External: Thumbnails (Within LAYOUTS/Structures: Section)
*/
.section__header__image {
--thumbnail--width: calc(var(--sizing--basis) * 14); /* 5.6rem +doc+ */
--thumbnail--height: calc(var(--sizing--basis) * 14); /* 5.6rem +doc+ */
}
/*
ELEMENTS/External: Thumbnails (Within COMPONENTS/Cards)
*/
.table--cards {
--thumbnail--width: calc(var(--sizing--basis) * 10); /* 4rem +doc+ */
--thumbnail--height: calc(var(--sizing--basis) * 10); /* 4rem +doc+ */
}
/*
ELEMENTS/External: Thumbnails (Within COMPONENTS/Navigation: Menu)
*/
.menu__link {
--thumbnail--width: calc(var(--sizing--basis) * 6); /* 2.4rem +doc+ */
--thumbnail--height: calc(var(--sizing--basis) * 6); /* 2.4rem +doc+ */
}
.submenu__link,
.portalLanguages__link {
--thumbnail--width: calc(var(--sizing--basis) * 4); /* 1.6rem +doc+ */
--thumbnail--height: calc(var(--sizing--basis) * 4); /* 1.6rem +doc+ */
}
/*
ELEMENTS/External: Thumbnails (Within WIDGETS/Forms: Types: FileField)
*/
.FileField {
--thumbnail--background--image: url(https://jobs.ea.com/portal/4/images/icon--user.svg);
}
/*
ELEMENTS/External: Thumbnails (Within MODULES/Banner)
*/
.banner {
--thumbnail--border--width: .2rem;
--thumbnail--border--color: var(--color--white);
--thumbnail--width: calc(var(--sizing--basis) * 16); /* 6.2rem +doc+ */
--thumbnail--height: calc(var(--sizing--basis) * 16); /* 6.2rem +doc+ */
}
.banner--scrolling {
--thumbnail--width: calc(var(--sizing--basis) * 10); /* 4rem +doc+ */
--thumbnail--height: calc(var(--sizing--basis) * 10); /* 4rem +doc+ */
}
/* Media query to target mobile and tablet */
@media all and (max-width:1024px) {
.banner {
--thumbnail--width: calc(var(--sizing--basis) * 10); /* 4rem +doc+ */
--thumbnail--height: calc(var(--sizing--basis) * 10); /* 4rem +doc+ */
}
}
/*
ELEMENTS/Fields
*/
:root {
--fields--icon--caret--down: url(https://jobs.ea.com/portal/4/images/icon--caret--down.svg);
--fields--icon--caret--down--disabled: url(https://jobs.ea.com/portal/4/images/icon--caret--down--disabled.svg);
--fields--icon--caret--up: url(https://jobs.ea.com/portal/4/images/icon--caret--up.svg);
--fields--icon--clear: url(https://jobs.ea.com/portal/4/images/icon--clear.svg);
}
/*
COMPONENTS/Navigation: Menu (Dynamic)
*/
@media all and (max-width:1024px) {
:root {
--header--height: 5.5rem;
}
}
@media all and (min-width:1024px) {
.body--menu--threshold .menu--visible .menu__panel {
flex-wrap: nowrap;
justify-content: flex-end;
align-items: flex-start;
border-top: solid .1rem var(--dividers--border--color);
padding-top: var(--header--padding--top);
margin-top: var(--header--padding--top);
}
.body--menu--threshold .menu__list {
flex-wrap: wrap;
justify-content: flex-start;
}
.body--menu--threshold .header__content {
flex-direction: column;
align-items: flex-start;
}
.body--menu--threshold .header__menu {
width: 100%;
}
.body--menu--threshold .menu--visible .menu__list {
flex-grow: 1;
}
}
/*
PAGETYPES/Login
*/
:root {
--login__body--background--image: url(https://jobs.ea.com/portal/4/images/login--bg--desktop.webp);
}
/* Media query to target only tablet */
@media all and (min-width:751px) and (max-width:1024px) {
:root {
--login__body--background--image: url(https://jobs.ea.com/portal/4/images/login--bg--desktop.webp);
}
}
/* Media query to target only mobile */
@media all and (max-width:750px) {
:root {
--login__body--background--image: url(https://jobs.ea.com/portal/4/images/login--bg--desktop.webp);
}
}
EventManager.getInstance().addEventHandler(EventManager.EVENT_LOAD_NAME, function () {
}, EventManager.PRIORITY_HIGH);
Skip to content
Electronic Arts
Open Roles
About EA
EA Careers
EA News
Login
English - US
Chinese English - US Finnish Français Italian Korean Malay Polish Romanian Spanish Swedish
Senior Systems Engineer - Identity and Access Management
Home
...
Open Roles
Role Detail
General Information
Locations : Vancouver, British Columbia, Canada
Role ID
216122
Worker Type
Regular Employee
Studio/Department
CT - IT
Work Model
Hybrid
Description & Requirements
Electronic Arts creates next-level entertainment experiences that inspire players and fans around the world. Here, everyone is part of the story. Part of a community that connects across the globe. A place where creativity thrives, new perspectives are invited, and ideas matter. A team where everyone makes play happen.
Central Technology is the force multiplier, accelerating creative opportunity and progress at EA. We're a world-class community of technologists, innovators, strategists, and orchestrators transforming interactive entertainment. Together, we power the platforms, AI-driven tools, live services, and infrastructure that ensure global scale, secure player experiences, and unlock bold new possibilities.
EA Information Technology (EAIT) powers the technology that connects our global workforce and supports every part of our business, from game development to marketing, publishing, security, and player experience. We create secure, scalable solutions that help teams collaborate and innovate in order to create better experiences for players worldwide.
Role Summary We are looking for an experienced Senior Systems Engineer with deep expertise in both Identity & Access Management (IAM) and Windows Systems Administration to join our Identity Security Operations and Delivery team. You will lead the operations and delivery of enterprise identity solutions, with a primary focus on Microsoft Entra ID and our global hybrid Active Directory deployment. This is a senior operations role where you will secure human and non-human identities, enable enterprise identity lifecycle management, configure application single sign-on and provisioning, enable a Zero Trust security posture, support passwordless (FIDO2) authenticator deployment, and manage complex system integrations. You will be working closely with security, application, and infrastructure stakeholders, reporting to a manager based in Vancouver, Canada. You will be part of EA's IT Security team, within EAIT Global Infrastructure Services.
Location - Vancouver (Hybrid - 3 days) Responsibilities: You are a team player who will complete project deliverables, lead troubleshooting sessions, resolve escalated incidents from our support partners, fulfil service requests, implement changes, identify improvements, and prepare documentation.
You will design and deliver end-to-end SSO integrations using SAML 2.0, OpenID Connect (OIDC), and OAuth 2.0 across Entra ID and Okta.
You will Implement and manage SCIM provisioning for SaaS applications, including licensing optimization and deprovisioning hygiene.
You will secure both human and non-human identities, including service accounts, Agentic AI and Application Secrets, through modern authentication protocols.
You will define and maintain authorization models including role-based access control (RBAC), birth right application/groups and nested group strategies.
You will automate identity operations and administration using scripting (eg. Python, PowerShell) and platform APIs (Microsoft Graph).
You will support a hybrid multi-forest Microsoft AD infrastructure, including Windows Server domain controllers and PKI infrastructure, and Entra administration.
You will maintain the identity security posture—identifying and remediating over-privileged access, orphaned accounts, and configuration drift.
Qualifications: 10+ years of IT experience, with 5+ years specializing in Identity & Access Management.
Deep, hands-on expertise with Microsoft Entra ID - Conditional Access, application registrations, enterprise applications, dynamic groups, and identity governance features.
Expert understanding of core IAM protocols: SAML 2.0, OpenID Connect, OAuth 2.0, and SCIM, as well as FIDO2.
Practical experience implementing Zero Trust architectures and passwordless/phishing-resistant authentication.
Scripting and automation ability (Python and/or PowerShell) using platform APIs.
3+ years experience administrating cloud infrastructure in AWS or Azure. (Including familiarity with infrastructure as code, Azure Virtual Desktop, Azure Hybrid AD join, AWS ALB and Route 53, IAM roles, KMS and Certificate manager) Experience administrating Microsoft Windows Server / Active Directory, PKI and related technologies.
Familiarity with enterprise networking concepts including firewalls, application proxies, load balancers, VPN, the TCP/IP protocol, and other enterprise network technologies.
Bachelor's degree in computer science or information technology with Microsoft SC-300 (Identity & Access Administrator); or equivalent practical experience.
Pay Transparency - North America
COMPENSATION AND BENEFITS The ranges listed below are what EA in good faith expects to pay applicants for this role in these locations at the time of this posting. If you reside in a different location, a recruiter will advise on the applicable range and benefits. Pay offered will be determined based on a number of relevant business and candidate factors (e.g. education, qualifications, certifications, experience, skills, geographic location, or business needs).
PAY RANGES
* British Columbia (depending on location e.g. Vancouver vs. Victoria) *$122,300 - $170,700 CAD
Pay is just one part of the overall compensation at EA.
For Canada, we offer a package of benefits including vacation (3 weeks per year to start), 10 days per year of sick time, paid top-up to EI/QPIP benefits up to 100% of base salary when you welcome a new child (12 weeks for maternity, and 4 weeks for parental/adoption leave), extended health/dental/vision coverage, life insurance, disability insurance, retirement plan to regular full-time employees. Certain roles may also be eligible for bonus and other incentive programs.
About Electronic Arts We’re proud to have an extensive portfolio of games and experiences, locations around the world, and opportunities across EA. We value adaptability, resilience, creativity, and curiosity. From leadership that brings out your potential, to creating space for learning and experimenting, we empower you to do great work and pursue opportunities for growth.
We adopt a holistic approach to our benefits programs, emphasizing physical, emotional, financial, career, and community wellness to support a balanced life. Our packages are tailored to meet local needs and may include healthcare coverage, mental well-being support, retirement savings, paid time off, family leaves, complimentary games, and more. We nurture environments where our teams can always bring their best to what they do.
Electronic Arts is an equal opportunity employer. All employment decisions are made without regard to race, color, national origin, ancestry, sex, gender, gender identity or expression, sexual orientation, age, genetic information, religion, disability, medical condition, pregnancy, marital status, family status, veteran status, or any other characteristic protected by law. We will also consider employment qualified applicants with criminal records in accordance with applicable law. EA also makes workplace accommodations for qualified individuals with disabilities as required by applicable law.
Post To
External careers site, Internal careers site
LinkedInID
1449
Back to Role List
Apply
Share this role:
X
2026
Electronic Arts Inc.
Copyright
2026
Candidate Privacy Notice
|
Notice at Collection (California)
/**
* This variable will define every property we need to pass to Templates core library as we can't define twig variables on JS files.
*/
var twigConfig = {
"pageParameters": {
"personSort": null,
"personSortDirection": null,
"jobSort": null,
"jobSortDirection": null,
"jobRecordsPerPage": "",
"personRecordsPerPage": ""
},
"jobLabel": "job",
"STEP_INDEX": "" || null,
"wizardModalViewEnabled": "" || false,
"wizardHasErrors": "" || false,
"sortedBy": "Sorted by ",
"loading": "Loading ",
"plugins": {
"popper": {
"js": "https://templates-static-assets.avacdn.net/jsLibrary/plugins/tippy/popper.min.js"
},
"tooltip": {
"js": "https://templates-static-assets.avacdn.net/jsLibrary/plugins/tippy/tippy-bundle.umd.js",
"css": "https://templates-static-assets.avacdn.net/jsLibrary/plugins/tippy/tippy.css"
},
"popup": {
"js": "https://templates-static-assets.avacdn.net/jsLibrary/plugins/glightbox/glightbox.min.js",
"css": "https://templates-static-assets.avacdn.net/jsLibrary/plugins/glightbox/glightbox.min.css"
},
"slider": {
"js": "https://templates-static-assets.avacdn.net/jsLibrary/plugins/swiper/swiper-bundle.min.js",
"css": "https://templates-static-assets.avacdn.net/jsLibrary/plugins/swiper/swiper-bundle.min.css"
},
"google": {
"jsMarkerCluster": "https://templates-static-assets.avacdn.net/jsLibrary/plugins/googlemaps/markerclusterer.js",
"apiKey": ""
}
},
"menu": {"typeByDefault":"visible","itemsThreshold":8,"headerHeightDefault":5.5,"typeBelowBreakpoint":{"enabled":true,"type":"toggleable","breakpoint":1024},"toggleSide":"right","panelFrom":"right","panelEffect":"over"},
"search": {"typeByDefault":"visible","typeBelowBreakpoint":{"enabled":true,"type":"toggleable","breakpoint":1024,"preventTabsConflicts":true}},
"results": {"resultsDisplayTypeByDefault":"listed","resultsDisplayTypeBelowBreakpoint":{"enabled":true,"type":"grided","breakpoint":750},"resultsItemTypeByDefault":"result","resultsItemTypeBelowBreakpoint":{"enabled":true,"type":"card","breakpoint":750}},
"stickyAside": 0,
"stickyHeader": 1,
"stickyBanner": 0,
"page": {
"PORTAL_BASE_REAL_URL": "https://jobs.ea.com/portal/4",
"wizardPageBackTo": "",
},
"relatedJobs": {
"relatedJobsEnabled": 1,
"url": "https://jobs.ea.com/en_US/careers/WidgetRelatedJobs?3_139_3=8313&jobId=216122",
"selector": "#relatedJobs"
},
"convertDatesToUserTZ": {
"CSSClass": "timelocal",
"convertDatesToUserTZEnabled": 1,
"loggedUserTZ": Intl.DateTimeFormat().resolvedOptions().timeZone,
"weekday": "long",
"day": "numeric",
"month": "long",
"hour": "numeric",
"minute": "numeric",
"hour12": "1",
},
"userLang": "en_US",
"breadcrumbsEnabled": 1,
"googleMapsEnabled": 0,
"googleMarkerClusterEnabled": 0,
"googleParameters": {
"dataUrl": "//jobs.ea.com/en_US/careers/Home/216122",
"centerLatitude": 0,
"centerLongitude": 0,
"startZoom": 3,
"infoWindowCSSClassDiv": "info-window",
"infoWindowCSSClassHeader": "info-window__header",
"infoWindowCSSClassLink": "link info-window__link"
},
"browsingHistory": {
"browsingHistoryEnabled": 1,
"url": "https://jobs.ea.com/en_US/careers/BrowsingHistoryList?3_139_3=%5B8313%5D",
"selector": "#browsingHistory"
},
"widgetRelatedJobs": {
"relatedJobsEnabled": 1,
"url": "https://jobs.ea.com/en_US/careers/WidgetRelatedJobs?3_139_3=8313&jobId=216122",
"selector": "#widgetRelatedJobs"
},
"widgetOpenPositions":{
"url": "",
"selector": "#widgetOpenPositions"
},
"widgetRecommendations":{
"widgetRecommendationsEnabled": 1,
"url": "",
"selector": "#widgetRecommendations"
},
"languageSwitcherFlagsPath": "https://templates-static-assets.avacdn.net/assets/flags",
"enableLanguageSwitcherFlags": 0,
"enableSectionCollapsibleAccordionDisplay": 0
};
var lightbox;
var slider;
var Templates;
pjQuery(function() { var domManager = new DomManager(); domManager.run(); }); (function() {
var legacyViewCopilotData = {"jobs_data":[{"General Information":"","text_7527":"\u003Cstrong\u003ELocations\u003C\/strong\u003E: Vancouver, British Columbia, Canada \u003Cbr\u003E","Location":"Vancouver","Country":", Canada","Role ID":"216122","Worker Type":"Regular Employee","Studio\/Department":"CT - IT","Work Model":"Hybrid","Description & Requirements":"","text_5537":"Electronic Arts creates next-level entertainment experiences that inspire players and fans around the world. Here, everyone is part of the story. Part of a community that connects across the globe. A place where creativity thrives, new perspectives are invited, and ideas matter. A team where everyone makes play happen.","text_6157":"","schemaField_3_291":"\u003Cp data-pm-slice=\"1 1 []\" data-pasted=\"true\"\u003E\u003Cspan style=\"font-size: 12pt; color: rgb(0, 0, 0);\"\u003ECentral Technology is the force multiplier, accelerating creative opportunity and progress at EA. We're a world-class community of technologists, innovators, strategists, and orchestrators transforming interactive entertainment. Together, we power the platforms, AI-driven tools, live services, and infrastructure that ensure global scale, secure player experiences, and unlock bold new possibilities.\u003C\/span\u003E\u003C\/p\u003E\u003Cp\u003E\u003Cspan style=\"font-size: 12pt; color: rgb(0, 0, 0);\"\u003EEA Information Technology (EAIT) powers the technology that connects our global workforce and supports every part of our business, from game development to marketing, publishing, security, and player experience. We create secure, scalable solutions that help teams collaborate and innovate in order to create better experiences for players worldwide.\u003C\/span\u003E\u003C\/p\u003E\u003Cp data-pm-slice=\"1 1 []\" data-pasted=\"true\"\u003E\u003Cspan style=\"font-size: 12pt; color: rgb(0, 0, 0);\"\u003E\u003Cstrong\u003ERole Summary\u003C\/strong\u003E\u003C\/span\u003E\u003C\/p\u003E\u003Cp\u003E\u003Cspan style=\"font-size: 12pt; color: rgb(0, 0, 0);\"\u003EWe are looking for an experienced Senior Systems Engineer with deep expertise in both Identity & Access Management (IAM) and Windows Systems Administration to join our Identity Security Operations and Delivery team. You will lead the operations and delivery of enterprise identity solutions, with a primary focus on Microsoft Entra ID and our global hybrid Active Directory deployment. This is a senior operations role where you will secure human and non-human identities, enable enterprise identity lifecycle management, configure application single sign-on and provisioning, enable a Zero Trust security posture, support passwordless (FIDO2) authenticator deployment, and manage complex system integrations. You will be working closely with security, application, and infrastructure stakeholders, reporting to a manager based in Vancouver, Canada. You will be part of EA's IT Security team, within EAIT Global Infrastructure Services.\u003C\/span\u003E\u003C\/p\u003E\u003Cp\u003E\u003Cspan style=\"font-size: 12pt; color: rgb(0, 0, 0);\"\u003ELocation - Vancouver (Hybrid - 3 days)\u003C\/span\u003E\u003C\/p\u003E\u003Cp\u003E\u003Cspan style=\"font-size: 12pt; color: rgb(0, 0, 0);\"\u003E\u003Cstrong\u003EResponsibilities:\u003C\/strong\u003E\u003C\/span\u003E\u003C\/p\u003E\u003Cul\u003E\u003Cli style=\"font-size: 12pt; color: rgb(0, 0, 0);\"\u003E\u003Cp\u003EYou are a team player who will complete project deliverables, lead troubleshooting sessions, resolve escalated incidents from our support partners, fulfil service requests, implement changes, identify improvements, and prepare documentation.\u003C\/p\u003E\u003C\/li\u003E\u003Cli style=\"font-size: 12pt; color: rgb(0, 0, 0);\"\u003E\u003Cp\u003EYou will design and deliver end-to-end SSO integrations using SAML 2.0, OpenID Connect (OIDC), and OAuth 2.0 across Entra ID and Okta.\u003C\/p\u003E\u003C\/li\u003E\u003Cli style=\"font-size: 12pt; color: rgb(0, 0, 0);\"\u003E\u003Cp\u003EYou will Implement and manage SCIM provisioning for SaaS applications, including licensing optimization and deprovisioning hygiene.\u003C\/p\u003E\u003C\/li\u003E\u003Cli style=\"font-size: 12pt; color: rgb(0, 0, 0);\"\u003E\u003Cp\u003EYou will secure both human and non-human identities, including service accounts, Agentic AI and Application Secrets, through modern authentication protocols.\u003C\/p\u003E\u003C\/li\u003E\u003Cli style=\"font-size: 12pt; color: rgb(0, 0, 0);\"\u003E\u003Cp\u003EYou will define and maintain authorization models including role-based access control (RBAC), birth right application\/groups and nested group strategies.\u003C\/p\u003E\u003C\/li\u003E\u003Cli style=\"font-size: 12pt; color: rgb(0, 0, 0);\"\u003E\u003Cp\u003EYou will automate identity operations and administration using scripting (eg. Python, PowerShell) and platform APIs (Microsoft Graph).\u003C\/p\u003E\u003C\/li\u003E\u003Cli style=\"font-size: 12pt; color: rgb(0, 0, 0);\"\u003E\u003Cp\u003EYou will support a hybrid multi-forest Microsoft AD infrastructure, including Windows Server domain controllers and PKI infrastructure, and Entra administration.\u003C\/p\u003E\u003C\/li\u003E\u003Cli style=\"font-size: 12pt; color: rgb(0, 0, 0);\"\u003E\u003Cp\u003EYou will maintain the identity security posture\u2014identifying and remediating over-privileged access, orphaned accounts, and configuration drift.\u003C\/p\u003E\u003C\/li\u003E\u003C\/ul\u003E\u003Cp\u003E\u003Cspan style=\"font-size: 12pt; color: rgb(0, 0, 0);\"\u003E\u003Cstrong\u003EQualifications:\u003C\/strong\u003E\u003C\/span\u003E\u003C\/p\u003E\u003Cul\u003E\u003Cli style=\"font-size: 12pt; color: rgb(0, 0, 0);\"\u003E\u003Cp\u003E10+ years of IT experience, with 5+ years specializing in Identity & Access Management.\u003C\/p\u003E\u003C\/li\u003E\u003Cli style=\"font-size: 12pt; color: rgb(0, 0, 0);\"\u003E\u003Cp\u003EDeep, hands-on expertise with Microsoft Entra ID - Conditional Access, application registrations, enterprise applications, dynamic groups, and identity governance features.\u003C\/p\u003E\u003C\/li\u003E\u003Cli style=\"font-size: 12pt; color: rgb(0, 0, 0);\"\u003E\u003Cp\u003EExpert understanding of core IAM protocols: SAML 2.0, OpenID Connect, OAuth 2.0, and SCIM, as well as FIDO2.\u003C\/p\u003E\u003C\/li\u003E\u003Cli style=\"font-size: 12pt; color: rgb(0, 0, 0);\"\u003E\u003Cp\u003EPractical experience implementing Zero Trust architectures and passwordless\/phishing-resistant authentication.\u003C\/p\u003E\u003C\/li\u003E\u003Cli style=\"font-size: 12pt; color: rgb(0, 0, 0);\"\u003E\u003Cp\u003EScripting and automation ability (Python and\/or PowerShell) using platform APIs.\u003C\/p\u003E\u003C\/li\u003E\u003Cli style=\"font-size: 12pt; color: rgb(0, 0, 0);\"\u003E\u003Cp\u003E3+ years experience administrating cloud infrastructure in AWS or Azure. (Including familiarity with infrastructure as code, Azure Virtual Desktop, Azure Hybrid AD join, AWS ALB and Route 53, IAM roles, KMS and Certificate manager)\u003C\/p\u003E\u003C\/li\u003E\u003Cli style=\"font-size: 12pt; color: rgb(0, 0, 0);\"\u003E\u003Cp\u003EExperience administrating Microsoft Windows Server \/ Active Directory, PKI and related technologies.\u003C\/p\u003E\u003C\/li\u003E\u003Cli style=\"font-size: 12pt; color: rgb(0, 0, 0);\"\u003E\u003Cp\u003EFamiliarity with enterprise networking concepts including firewalls, application proxies, load balancers, VPN, the TCP\/IP protocol, and other enterprise network technologies.\u003C\/p\u003E\u003C\/li\u003E\u003Cli style=\"font-size: 12pt; color: rgb(0, 0, 0);\"\u003E\u003Cp\u003EBachelor's degree in computer science or information technology with Microsoft SC-300 (Identity & Access Administrator); or equivalent practical experience.\u003C\/p\u003E\u003C\/li\u003E\u003C\/ul\u003E","text_19907":"\u003Cdiv\u003E\u003Cbr\u003E\u003C\/div\u003E\u003Cstrong\u003EPay Transparency - North America\u003C\/strong\u003E\u003Cdiv\u003E\u003Cbr\u003E\u003C\/div\u003E","text_19908":"\u003Cdiv\u003E\u003Cdiv\u003E\u003Cstrong\u003ECOMPENSATION AND BENEFITS \u003C\/strong\u003E\u003C\/div\u003E\u003Cdiv\u003E\u003Cbr\u003E\u003C\/div\u003E\u003Cdiv\u003EThe ranges listed below are what EA in good faith expects to pay applicants for this role in these locations at the time of this posting. If you reside in a different location, a recruiter will advise on the applicable range and benefits. Pay offered will be determined based on a number of relevant business and candidate factors (e.g. education, qualifications, certifications, experience, skills, geographic location, or business needs). \u003C\/div\u003E\u003Cdiv\u003E\u003Cbr\u003E\u003C\/div\u003E\u003Cdiv\u003E\u003Cstrong\u003EPAY RANGES\u003C\/strong\u003E\u003C\/div\u003E\u003C\/div\u003E","schemaField_3_254":"* British Columbia (depending on location e.g. Vancouver vs. Victoria) *$122,300 - $170,700 CAD","text_19910":"\u003Cdiv\u003E\u003Cbr\u003E\u003C\/div\u003E\u003Cdiv\u003EPay is just one part of the overall compensation at EA.\u003C\/div\u003E","text_19912":"\u003Cdiv\u003EFor Canada, we offer a package of benefits including vacation (3 weeks per year to start), 10 days per year of sick time, paid top-up to EI\/QPIP benefits up to 100% of base salary when you welcome a new child (12 weeks for maternity, and 4 weeks for parental\/adoption leave), extended health\/dental\/vision coverage, life insurance, disability insurance, retirement plan to regular full-time employees. Certain roles may also be eligible for bonus and other incentive programs.
\u003C\/div\u003E\u003Cdiv\u003E\u003Cbr\u003E\u003C\/div\u003E","text_16177":"\u003Cdiv\u003E\u003Cdiv\u003E\u003Cstrong\u003E\u003Cem\u003E\u003Cfont face=\"times new roman\"\u003E\u003Cbr\u003E\u003C\/font\u003E\u003C\/em\u003E\u003C\/strong\u003E\u003C\/div\u003E\u003Cdiv\u003E\u003Cstrong\u003E\u003Cem\u003E\u003Cfont face=\"times new roman\"\u003E\u003Cbr\u003E\u003C\/font\u003E\u003C\/em\u003E\u003C\/strong\u003E\u003C\/div\u003E\u003Cdiv\u003E\u003Cstrong\u003E\u003Cem\u003E\u003Cfont face=\"times new roman\"\u003EAbout Electronic Arts\u003C\/font\u003E\u003C\/em\u003E\u003C\/strong\u003E\u003C\/div\u003E\u003C\/div\u003E\u003Cdiv\u003E\u003Cdiv\u003E\u003Cfont face=\"times new roman\"\u003EWe\u2019re proud to have an extensive portfolio of games and experiences, locations around the world, and opportunities across EA. We value adaptability, resilience, creativity, and curiosity. From leadership that brings out your potential, to creating space for learning and experimenting, we empower you to do great work and pursue opportunities for growth.\u003C\/font\u003E\u003C\/div\u003E\u003Cdiv\u003E\u003Cfont face=\"times new roman\"\u003E\u003Cbr\u003E\u003C\/font\u003E\u003C\/div\u003E\u003Cdiv\u003E\u003Cfont face=\"times new roman\"\u003EWe adopt a holistic approach to our benefits programs, emphasizing physical, emotional, financial, career, and community wellness to support a balanced life. Our packages are tailored to meet local needs and may include healthcare coverage, mental well-being support, retirement savings, paid time off, family leaves, complimentary games, and more. We nurture environments where our teams can always bring their best to what they do.\u003C\/font\u003E\u003C\/div\u003E\u003Cdiv\u003E\u003Cfont face=\"times new roman\"\u003E\u003Cbr\u003E\u003C\/font\u003E\u003C\/div\u003E\u003Cdiv\u003E\u003Cfont face=\"times new roman\"\u003EElectronic Arts is an equal opportunity employer. All employment decisions are made without regard to race, color, national origin, ancestry, sex, gender, gender identity or expression, sexual orientation, age, genetic information, religion, disability, medical condition, pregnancy, marital status, family status, veteran status, or any other characteristic protected by law. We will also consider employment qualified applicants with criminal records in accordance with applicable law. EA also makes workplace accommodations for qualified individuals with disabilities as required by applicable law.\u003C\/font\u003E\u003C\/div\u003E\u003C\/div\u003E","separator_2":"","text_16527":"","text_16528":"","text_16529":"","text_16530":"","Post To":"External careers site, Internal careers site","LinkedInID":"1449","entityExtensionId":3,"entityTypeId":3}]};
document.addEventListener('copilot:collectcontext', function(evt) {
var context = evt.context || new Map();
var existing = context.get('insights') || {persons_data: [], jobs_data: [], table_data: []};
var personsData = (existing.persons_data || []).concat(
(legacyViewCopilotData.persons_data || []).map(function(data) { return {personInfo: data}; })
);
var jobsData = (existing.jobs_data || []).concat(
(legacyViewCopilotData.jobs_data || []).map(function(data) { return {jobInfo: data}; })
);
var merged = {
persons_data: personsData,
jobs_data: jobsData,
table_data: existing.table_data || []
};
context.set('insights', merged);
evt.context = context;
});
})();
var service = EventManager.getInstance();
Posted by Electronic Arts (HQ) and synced from their own careers page. DevQuest doesn’t take a fee, doesn’t sit between you and the studio, and doesn’t sell your data — you apply directly with them.
More like this: Engineering jobs · All Electronic Arts (HQ) openings · Browse every category