sitestudio / otest

Test SKGithubTest app
MIT License
0 stars 0 forks source link

PM.Readme chain for #232 #233

Open skgithubtest[bot] opened 1 month ago

skgithubtest[bot] commented 1 month ago

Create a ToDo Application using the STUDENT App Catalog group in C#

skgithubtest[bot] commented 1 month ago

ToDo Application

Overview

The ToDo Application is a robust task management tool designed for users in an organizational context. Leveraging Azure Active Directory (AD) for Single Sign-On (SSO) and Conditional Access, the application ensures secure access to tasks while allowing users to manage their responsibilities efficiently.

Main Features

1. Single Sign-On (SSO)

2. Conditional Access Policies

3. Task Management

4. Cross-Device Accessibility

5. Security Features

Architecture and Code Organization

1. Application Structure

2. Security Practices

3. Development Pipeline

Getting Started

Prerequisites

Running the Application

  1. Clone the Repository: Clone the application repository from your version control system.
  2. Set Up Environment Variables: Configure the necessary environment variables for connecting to Azure AD and the database.
  3. Build and Run: Use your preferred IDE to build and run the application, ensuring all dependencies are installed.
dotnet build
dotnet run

Note

Ensure that your Azure AD is configured to allow access to the application based on your organization’s policies.

Conclusion

The ToDo Application is designed to facilitate effective task management while ensuring high levels of security and compliance through integration with Azure Active Directory. By following best practices in security and application design, the application provides a reliable solution for users to manage their tasks across various devices.