5 Way to Improve User Access

Slides:



Advertisements
Similar presentations
Members Only & Login Modules Members Only works with the Login module to provide password protection to Web pages and files. Login Groups may be created.
Advertisements

1 Configuring Internet- related services (April 22, 2015) © Abdou Illia, Spring 2015.
Services Course Live SkyDrive Participant Guide.
Login Screen This is the Sign In page for the Dashboard Enter Id and Password to sign In New User Registration.
Hands-On Microsoft Windows Server Security Enhancements in Windows Server 2008 Windows Server 2008 was created to emphasize security –Reduced attack.
In the web address box enter Enter your user ID (first and last initial 7 digit ID number) Select Log in.
Introduction to Microsoft Management Console (MMC) MMC is a common console framework for management applications. MMC provides a common environment for.
The New GIL Web Site Overview for Editors Phil Williams GIL Support UGA GUGM 2011 Macon State College 19 May 2011.
MEMBERSHIP AND IDENTITY Active server pages (ASP.NET) 1 Chapter-4.
MA194Using WindowsNT1 Topics for the day… WindowsNT Security WindowsNT File System (NTFS) Viewing/Setting Document and Folder Permissions Access Control.
Copyright © 2006, Infinite Campus, Inc. All rights reserved. User Security Administration.
SANSUEB SOFTWARE PRESENTS SkyTextMsg – Online Texting for your Business.
Page 1 of 42 To the ETS – Create Client Account & Maintenance Online Training Course Individual accounts (called a Client Account) are subsets of the Site.
Message Validation, Processing, and Provisioning System (MVPS) Access for Jurisdictions User has SAMS User ID Center for Surveillance, Epidemiology, and.
Visit amzsoftech.com Click Here. Type the User name Type the password Click Login First time user Click Sign Up.
Visit amzsoftech.com Click Here. Type the User name Type the password Click Login First time user Click Sign Up.
Visit amzsoftech.com Click Here. Type the User name Type the password Click Login First time user Click Sign Up.
Creating a Google Doc A Quick Photo Tutorial. Sign in to Google Docs If you don’t already have an account, sign up for one, it’s FREE.
Catherine Metcalf | Dec U.S. Department of Education 2015 FSA Training Conference for Financial Aid Professionals The FSA ID – Resources for Assisting.
To begin: sign into Google Docs by signing in with your Google Account username and password.
Business Objects XIr2 Windows NT Authentication Single Sign-on 18 August 2006.
How to complete and submit a Final Report through Mobility Tool+ Technical guidelines Authentication, Completion and Submission 1 Antonia Gogaki IT Officer.
U.S. Department of Agriculture eGovernment Program eAuthentication Initiative eAuthentication Solution Screens Review Meeting October 7, 2003.
19 Copyright © 2008, Oracle. All rights reserved. Security.
Justin Scheitlin Daisey Fahringer
Guide to Operating Systems, 5th Edition
Standard Operating Procedure
Welcome to Customer Interaction Center (CIC) Client and Phone Training
PearsonAccess EOC Training
Welcome! To the ETS – Create Client Account & Maintenance
Employee Self Service Lite Version
ERO Portal Overview & CFR Tool Training
Services Course 9/9/2018 3:37 PM Services Course Windows Live SkyDrive Participant Guide © 2008 Microsoft Corporation. All rights reserved.
Study Island Teacher Training
To Join the Teleconference
Employee Self Service (ESS) Version 2.20.
Registration of Arcot Soft Token in Client Connection
TCEQ Migration to EPA’s National NetDMR
Empower Your Spitfire Team
Spitfire Version 2017 Preview
Getting Started with Spitfire: Basic Navigation
Welcome to (insert course name)
Agenda: Payroll Basics
Time to Reach New Heights
Getting Started with Security
Change Orders Just Got a Whole Lot Easier
Time to Reach New Heights
Welcome to (insert course name)
TaxSlayer® Practice Lab
Configuring Internet-related services
Time to Reach New Heights
Activating Your Account and Navigating Through TIDE
Tips and Tricks (from Spitfire Development) Presenter: Stan York
How to access the discussion page
Roles: Tips and Strategies
Project Tiers (Projects and Subprojects / Related Projects)
This is the Sign In page for the Dashboard
Routing = Communication and Accountability
Workflow Library The New Superhero
February 11-13, 2019 Raleigh, NC.
Time to Reach New Heights
Branding Your Outbound
Contacting CT Support with MS Lync Chat room
Secrets for System Admins
Designing Your Own Catalog Tab
CFR Enhancement Session
Pulling It All Together (Quote to Budget to Billing)
Automation: Workflow Script & NextDocFlow
Presentation transcript:

5 Way to Improve User Access Client Webinar Series Time to Reach New Heights 5 Way to Improve User Access Feb 10, 2016

Enhance the User Experience Agenda Enhance the User Experience Active Directory Google Authentication Password control Access through routing Everyone vs Everyone Internal role

Active Directory Use your Windows Login with \ or @ Actual login in sfPMS is the AD login!

Active Directory LDAP Authenticated, even if not in sfPMS Authorized by Group Membership Creates a new sfPMS user if needed No password in sfPMS – so cannot recover or expire or change or… sfPMS permission via sfPMS roles (AUTHORIZATION) Can Have external users sfPMS Authenticated Not a User’s personal choice

Google Authentication Convenient Single Sign On! Functions only as an Alias Google Identity passed to sfPMS Must map to a know sfPMS user All authorization comes from sfPMS

Password control What do you need: Control of Passwords? IT Direction to change Password every 3 months? Requirement to make Passwords more complex (8-14 characters, including at least numeral and two special characters)

Contact Login Control Password Controls at the Contact Level

Password Option Settings Password Complexity Password Expiration Account Locking

^(?=.*[0-9]+.*)(?=.*[a-zA-Z]+.*)[0-9a-zA-Z@#!=]{4,32}$ Strong Passwords KBA-01211 In ICTool, use the Password tab on the sfPMS page. You must supply a regular expression to perform your test, and a message to inform users what type of password is expected. Many resources are available to help you create a regular expression, for examples, see http://regexlib.com. The internal default used by the system is: ^(?=.*[0-9]+.*)(?=.*[a-zA-Z]+.*)[0-9a-zA-Z@#!=]{4,32}$ (Note: and [] are not valid special characters and are used above for placeholders) (?=.*[0-9]+.*) — Tests for at least one digit anywhere in the string (?=.*[a-zA-Z]+.*) — Tests for at least one character anywhere in the string [0-9a-zA-Z@#!=] — Tests for the valid characters; in Version 4.1, the valid characters were expanded to [0-9a-zA-Z@#!=/,`~$?^*()-+.]; note that the and [] are excluded. {4,32} — Establishes the minimum and maximum lengths

Grant Access through Routing Routing a Spitfire document to a contact allows that user access to the Spitfire document. Each route includes an Access Level: View or Collaborate View = Read Only Collaborate = Edit the document Use the Collaborate to grant a user edit on this one document Greater granularity than including all doc types of this type “edit” ability in the role

Everyone vs Everyone Internal role What is the Everyone Role? Why have a Everyone Internal Role?

Everyone Role Simply, the limited access capabilities required to log into Spitfire and reach your Home Dashboard with your Inbox and your Watchdog alerts. Automatically assigned to every contact when you click the Spitfire User option and assign a User ID and Password.

Everyone Internal Role Assigned to all internal users A bundle of capabilities for your internal users Use the lowest common denominator theory Grants access to system-functions (Report Folders/Reports/Catalog Dashboard/Contacts) This is a system-wide role (vs. a Project-limited- role) When creating a Project role, the Project role only need to contain the “add-ons” – what does this user need to access that the Everyone Internal role doesn’t include

Have a topic you’d like included in an upcoming Webinar? Next Topic Why Forecasting? March 11th – 1:00 pm EST Review past Webinars at http://support.spitfirepm.com Have a topic you’d like included in an upcoming Webinar? Send your suggestion to dmcgovern@spitfiremanagement.com