Cal Poly Pomona Identity Management

Slides:



Advertisements
Similar presentations
Smartphone-based authorization system Advisor: Dr. Wenjun Zeng - Professor Presenter: Yilihamujiang, Ailiyasijiang Zhou, Guanlong Al-Sinani, H. S. (2011).
Advertisements

Attie Naude 14 May 2013 Windows Azure Mobile Services.
People Database project John Byrne. Project aims Improve current Computing Service resource management processes Provide a reference 'People Database'
Identity Management at the University of Florida Mike Conlon, Director of Data Infrastructure University of Florida, Gainesville, Florida Background Identity.
When Account Management Is Not Enough Identity at RIT Matt Campbell Sr. Infrastructure Engineer
Directories at the University of Florida Mike Conlon Director of Data Infrastructure University of Florida.
FSU Directory Project The Issue of Identity Management Jeff Bauer Florida State University
W alkie Doggie is a web application that allows dog owners to help each other with their dog walks. It’s main feature is the walkies, which are the user’s.
UCB Enterprise Directory Services. Directory Services – Project History  Requirements defined  Project commission & goals articulated  Project teams.
Saul Greenberg Groupware Infrastructures Saul Greenberg Professor Department of Computer Science University of Calgary.
Federated sign-in WS-Federation WS-Trust SAML 2.0 Metadata Shibboleth Graph API Synchronize accounts Authentication.
1 Trillion Azure AD authentications since the release of the service 50 M Office 365 users active every month >1 Billion authentications every.
Integrating Oracle Collaboration Suite into the Identity Management Infrastructure Dan Malone Cal Poly, San Luis Obispo Integrating.
UCB Enterprise Directory Services. Directory Services – Project History  Requirements defined  Project commission & goals articulated  Project teams.
Peter Deutsch Director, I&IT Systems July 12, 2005
Identity Management: The Legacy and Real Solutions Project Overview.
UAGSharePoint InternetIntranet.
#CONVERGE2014 Session 1304 Managing Telecom Directories in a Distributed or Multi-Vendor Environment David Raanan Starfish Associates.
Understanding Active Directory
Brian Arkills Software Engineer, LDAP geek, AD bum, Senior Heckler, and Associate Troublemaking Officer State of Windows Services at the UW.
Claims Based Authentication
Introduction to Grouper Part 1: Access Management & Grouper Tom Barton University of Chicago and Internet2 Manager – Grouper Project.
RAMM Integration Campbell Newman. Exporting data manually Using the grids RAMM Manager RAMM GIS RAMM SQL.
Windows Security. Security Windows 2000/XP Professional security oriented Authentication Authorization Internet Connection Firewall.
SSL, Single Sign On, and External Authentication Presented By Jeff Kelley April 12, 2005.
GatorLink Password Management Policy March 31, 2004.
FSUID & AD Integration Partnering with the College of Human Sciences Jeff Bauer, AIS
Implementing LDAP Client/Server System for Directory Service By Maochun Sun Project Advisor: Dr. Chung-E Wang Department of Computer Science California.
Future Guest System (FGS) not FPS NOTE: the FGS does not represent a real name. I just made it up.
Mainframe (Host) - Communications - User Interface - Business Logic - DBMS - Operating System - Storage (DB Files) Terminal (Display/Keyboard) Terminal.
Collaborative Platforms. Collaborations and Virtual Organizations IdM is a critical dimension of collaboration, crossing many applications.
Stanford Authorization Existing mainframe based authority –homegrown, in operation since the 80’s –primarily for financial and personnel authority for.
John Douglass, Developer Ron Hutchins, Dir. Engineering Herbert Baines, Dir. InfoSec.
Infrastructure Unit George, Ian, Toby. Infrastructure Unit: Areas ● Network ● Server rooms ● Authentication ● Directory services ● Account management.
Identity Management Practical Issues Associated with Sharing Federated Services William A. Weems The University of Texas Health Science Center at Houston.
February, TRANSCEND SHIRO-CAS INTEGRATION ANALYSIS.
Office of Science U.S. Department of Energy Grid Security at NERSC/LBL Presented by Steve Chan Network, Security and Servers
Client Side Requirement Unity3d game engine web plug-in Browser, Firefox, safari, IE, opera.
Microsoft Identity Integration Server & Role Base Access Theo Kostelijk Consultant Microsoft BV
Technology and the Promise of Individualized Learning Ira Goldstein Siena College Computer Science Department.
Azure Active Directory Uday Hegde 2016 Redmond Summit | Identity Without Boundaries May 26, 2016 Group Program Manager, Azure AD
Schritt 1: Wahl der Methode LDAP oder Database:
LDAP: Synchronizing LDAP Information CNS 4650 Fall 2004 Rev. 2.
Al Lilianstrom and Dr. Olga Terlyga NLIT 2016 May 4 th, 2016 Under the Hood of Fermilab’s Identity Management Service.
Auth/Authz at PSU Steve Kellogg Director, Advanced Information Technologies Academic Services and Emerging Technologies Information Technologies Services.
Introduction  Model contains different kinds of elements (such as hosts, databases, web servers, applications, etc)  Relations between these elements.
Protect your data Enable your users Desktop Virtualization Information protection Mobile device & application management Identity and Access Management.
QlikView Security Overview Marcus Spitzmiller. EXCELSQLSAPERP ORACLE SALESFORCE DATA WAREHOUSE INFORMATICA Finance Marketing Sales Operations Presentation.
October 2014 HYBRIS ARCHITECTURE & TECHNOLOGY 01 OVERVIEW.
Barracuda SSL VPN 2012.
QlikView and Salesforce.com Integration
Deploying Web Application
LIGO Identity and Access Management
Investigation authentication using AAF for the CVL on NeCTAR
Azure Active Directory voor Developers
5/21/2018 9:40 PM BRK3021 Learn about modern infrastructure roles in RDS: Next generation Windows desktop & app virtualization Clark Nicholson - Principal.
CAS and Web Single Sign-on at UConn
Some bits on how it works
Identity and Access Management Services
Strategic Planning at Cal Poly Pomona Analysis of Web Survey Data
Brandon Dean, Elliot Garner, Brannon Mason
Management of users at UNIL
بسم الله الرحمن الرحيم القيد المدني في فلسطين.
Get to Know Your “W” Drive
MySQL Backup, Transfer and Restore
Identity Management at the University of Florida
AD FS Integration Active Directory Federation Services (AD FS) 7.4
James Cowling Senior Technical Architect
Middleware and ORB CS 314 Operating Systems
Middleware and ORB CS 314 Operating Systems
Presentation transcript:

Cal Poly Pomona Identity Management Management Infrastructure CPP Identity Management web app, used by community and IT Support staff https://apps.cpp.edu/idm/ automatic (nightly) manual idmgmt.pl Scan Reconcile a v RESTful Web API Scan authoritative information sources, and model affiliated users and groups. Identity::REST The Web API exposes the Management API functionality through RESTful HTTPS, with integrated authentication and authorization. Assure that identity information from authoritative sources is synchronized across production servers. Object-Oriented Management API The Management API provides methods for constructing Identity, User, and Group objects, and getting or setting their identity information. Identity ‹name›@cpp.edu a v Identity, User, and Group are Perl object classes. User and Group objects inherit Identity information and methods. Identity::User ` a v Identity::Group a v The Service APIs manage connections to production servers, and synchronize identity information from authoritative sources to production servers. Identity information is represented by attribute-value pairs. Identity::Kerberos Identity::ZFS Service APIs a v Identity::LDAP Identity::MySQL a v Kerberos a v Identity::AD Identity::Oracle a v ZFS LDAP a v a v MySQL file system authentication AD Oracle authentication & authorization database system authentication & authorization database system Dr. Craig A. Rich Computer Science Department Cal Poly Pomona Service Infrastructure