https://github.com/itzzjb/information-security-project
A dynamic web application for vehicle service reservations, securing against OWASP Top 10 vulnerabilities. It uses OIDC protocols with the Asgardeo IDP for user authentication and access control.
https://github.com/itzzjb/information-security-project
asgardeo idp oidc owasp-top-10
Last synced: 6 months ago
JSON representation
A dynamic web application for vehicle service reservations, securing against OWASP Top 10 vulnerabilities. It uses OIDC protocols with the Asgardeo IDP for user authentication and access control.
- Host: GitHub
- URL: https://github.com/itzzjb/information-security-project
- Owner: itzzjb
- Created: 2024-10-17T06:26:22.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-10-17T07:35:01.000Z (12 months ago)
- Last Synced: 2025-02-02T18:51:13.409Z (8 months ago)
- Topics: asgardeo, idp, oidc, owasp-top-10
- Language: Java
- Homepage:
- Size: 2.64 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Information Security Assignment 🚘
Welcome to Auto Care Vehicle Services, your go-to web application for seamless vehicle service bookings and management.
This innovative web app not only streamlines the booking process but also emphasizes security by addressing the OWASP Top 10 vulnerabilities. With **OIDC protocols** implemented via the cloud-based Identity Provider (IDP) Asgardeo, robust user authentication and access control are ensured. The application employs various techniques to enhance security, protecting against **Broken Access Control**, **Injection Vulnerabilities**, and **Cross-Site Scripting (XSS)** threats. Dive into this repository to discover strategies for securing web applications and to deepen your knowledge of web security best practices.
🔎 For further details and configuration instructions, check out my blog articles on this project below:⬇
### Blog Articles
- 📌 [Building Trust with OpenID Connect Protocols 🛡](https://medium.com/@janudabethmin/building-trust-with-openid-connect-protocols-2322515e0fba)
- 📌 [Defending Against Threats!🔐](https://medium.com/@janudabethmin/defending-against-threats-f6481977d353)