End-of Sprint Demo Sprint 1 “Auth Module, beta Release” Robert Wagner Jessica Lundberg Erik Roos.

Slides:



Advertisements
Similar presentations
Building Portals to access Grid Middleware National Technical University of Athens Konstantinos Dolkas, On behalf of Andreas Menychtas.
Advertisements

1 Welcome to JCCAA Data base presentation Click box to see the DEMO 1.JCCAA Web Site 2. Member Login 3. My Acount 4. School DBA The end.
Creating Hyperion Planning Applications with EPMA
6 th Annual Focus Users’ Conference 6 th Annual Focus Users’ Conference Profiles and User Permissions Presented by: Josh Mostyn Presented by: Josh Mostyn.
Forms Authentication, Users, Roles, Membership Ventsislav Popov Crossroad Ltd.
Module 12: Auditing SQL Server Environments
Better Maintenance of the Schedule of Classes Through Customization and Security.
HORIZONT 1 ProcMan ® The Handover Process Manager Product Presentation HORIZONT Software for Datacenters Garmischer Str. 8 D München Tel ++49(0)89.
DSE Cardinus Garry Storer IT Training Co-Ordinator IT Services.
Chapter 9 Chapter 9: Managing Groups, Folders, Files, and Object Security.
DigiTool User Architecture and Overview DigiTool Version 3.0.
1 Configuring Web services (Week 15, Monday 4/17/2006) © Abdou Illia, Spring 2006.
Would like to present to you:. Demo Overview Developed an online calendar Meant for small organizations –Efficiency –Communication As well as personal.
March 20, 2008 Team DunKyan.  Functionality implemented to date  Current activities  Plans for rest of semester  Software demonstration  Reporting.
Hands-On Microsoft Windows Server 2003 Administration Chapter 5 Administering File Resources.
15 1 Chapter 15 Database Administration Database Systems: Design, Implementation, and Management, Seventh Edition, Rob and Coronel.
 Go to Control Panel of your System  Click on System and Security.
Learning Management Systems Camp June 2004 Barry R Ribbeck UT HSC Houston Copyright, Barry Ribbeck, This work is the intellectual property of the.
Protect your data with Security John Ykema, Director of Sales & Marketing.
© Copyright 2013 TONE SOFTWARE CORPORATION. Confidential and Proprietary. All rights reserved. ® Basic Administrator Training – Release Adding Users.
Overview What is SQL Server? Creating databases Administration Security Backup.
© 2013 Cisco System Inc. All rights reserved Cisco Confidential 1 © 2013 Cisco System Inc. All rights reserved. 1 Allow System Distribution Lists to be.
DSD Course – Project Status Presentation School of Innovation, Design and Engineering Malardalen University Dec 4 th,
Design Completion A Major Milestone System is Presented to Users and Management for Approval.
Social Network for Behavior Change Team #11: Gavin Monroe Nicholas Schramm Davendra Jayasingam Client: Yolanda Coil Advisor: Simanta Mitra.
GEtServices Contingent Staff Training For Suppliers.
July 2010 Staffing Release Friday, March 5, 2010.
Copyright © 2007, Oracle. All rights reserved. Managing Concurrent Requests.
CS 474 Database Design and Application Terminology Jan 11, 2000.
RMsis – v Simplify Requirement Management for JIRA.
DIT314 ~ Client Operating System & Administration CHAPTER 5 MANAGING USER ACCOUNTS AND GROUPS Prepared By : Suraya Alias.
Time Saving Tips & Tricks Enable System Administrator Access to All User Logins In the past, in order for Salesforce.com System Administrators to be able.
1 Instant Data Warehouse Utilities Extended 2/4/ Today I am pleased to announce the publishing of some promised new functionality for the Instant.
Online Friends’ Community Presented by: Stuart Monaghan HND in Computing th May 2002.
What’s new in Kentico CMS 5.0 Michal Neuwirth Product Manager Kentico Software.
1 Chapter Overview Performing Configuration Tasks Setting Up Additional Features Performing Maintenance Tasks.
Module 6 Securing Content. Module Overview Administering SharePoint Groups Implementing SharePoint Roles and Role Assignments Securing and Auditing SharePoint.
Setting up/Managing Bank Personnel Intuit Financial Services University Business Financial Solutions Certification.
Information Management System “Good Practice Module" Information Management System “Good Practice Module" The Good Practice / Success Stories module is.
2. SQL Security Objectives –Learn SQL Server 2000 components Contents –Understanding the Authentication Process –Understanding the Authorization Process.
This is a short presentation to explain how and why to login to the CIM website as a member. Benefits are: Access to myCIM (private member area, contains.
T Iteration Demo Team 13 I1 Iteration
GEtServices Purchasing Units & Materials Training For Suppliers Request.
USER DOCUMENTATION Zaheer Shaikh Noshaba Bakht Eric Tse Mayyapan Ramaswamy.
IdentiTrip Key Features & Benefits All data imported from MIS system Quick MIS upload annually for new intake and class changes No manual input of pupil.
Configuring and Troubleshooting Identity and Access Solutions with Windows Server® 2008 Active Directory®
Authorization vs. Authentication Authentication is the process of proving identity to the system –login Authorization happens after authentication. It.
Staff Module and Summary of Changes 1. Icon Changes: Page 3 Signing In and Password/Pin Changes: Page 4 Logging Out: Page 8 Staff Module Changes: Page.
24 October 2007 Fernando Lucas Rodriguez Adaptation of HyperNews for the NICE (SSO) authentication.
For integration with Aptify/Sitefinity
Staff Module and Summary of Changes 1. Icon Changes: Page 3 Signing In and Password/Pin Changes: Page 4 Logging Out: Page 8 Staff Module Changes: Page.
Lunchbox. Overview ➲ We developed a program called Lunchbox with the purpose of allowing the administrator to create a time sheet, create an employee.
Team Layer 8 Shiny Widget Delivery Presentation Dec. 4th, 2008.
Software Engineering Northeastern University Software Engineering A case study in Application Design.
On-Line BankCard Center Presentation Cardholder Role During the Presentation click the mouse on this button to move back a slide During the Presentation.

Administrating a Database
MoversSuite Administration
Presented by [Harshit Agrawal] 03/02/2017
THE STEPS TO MANAGE THE GRID
Pega 9/14/2018 8:48 AM Definition of Done = ready for PO acceptance
ARCH-1: Application Architecture made Simple
Lippincott’s Nursing Procedures and Skills
– JukeBox – transparency, flexibility, speed and comfort!
Intermediate Security Topics in SQL SERver
A Guide to adding Sites and Blocks within ESTATE Manager
Managing Data by Using NTFS
Database Administration
Administrating a Database
COmputeR ScIenCe wait-list User Stories Presentation
Presentation transcript:

End-of Sprint Demo Sprint 1 “Auth Module, beta Release” Robert Wagner Jessica Lundberg Erik Roos

Sprint goal: improve the Auth module so it can be used in actual applications Sprint started on Jan. 26th Sprint scheduled to end on Feb. 18th, but cut short one week Selected user stories amounting to 14,5 “story points” (ideal man-days) 1 story and a few tasks moved to “Next” because of deadline move Sprint facts

Some technical notes Created a new type of Login, DatabaseLogin, which replaces the old SimpleLogin when using the Auth system – We also have OpenIdLogic, which extends DatabaseLogin – You can set the option to use DatabaseLogin or OpenIdLogin in your project properties file When using DatabaseLogin, a security decorator is added to all entities, ensuring secure add/update/remove procedures – Comes from the new SecurityMapper – Located in the layer of decorators closest to the database, to ensure that nothing overrides these functions There is now an Authorizable interface that can be implemented by entities wanting to use row-level security – Not completely functional yet

User story 1 As a new user to the system… I want to register myself and then have the ability to – login – logout – change my details Importance 100 0,5 story points Status: done

User story 2 As authenticated user… I want to create my private groups of users… And, for objects that I own, add permissions on users or groups Importance 90 7,5 story points Status: done, except for customized screen to create groups

User story 3 As an anonymous user… I want to see all the entities I am entitled to see… Without logging in Importance 80 1 story points Status: done

User story 4 As an administrator… I want to be able to manage – users – groups Importance: 70 3,5 story points Status: partly done (no customized UI yet but standard form screens)

User story 5 As an administrator… I want to set read, write, execute and ownership permissions on entities… Including tables, fields, rows and screens Importance: 60 2 story points Status: done (but field, row and screen security not yet fully in place)

User story 6 As an administrator… I want to have the possibility to forward permissions from an entity to others Importance: 5 5 story points Status: moved to “Next”

Highlights of tasks moved to “Next” Make manual Enable field, row and screen security Handle executable files When checking user permissions, also take into account those from groups they are members of Provide customized screens for User and Group management