The-OAG-Development-Project / Application-Gateway

OWASP Application Gateway is an HTTP proxy that handles Oauth2 authentication and session management
https://owasp.org/www-project-application-gateway/
Apache License 2.0
83 stars 4 forks source link

Authenticated routes #14

Closed gianlucafrei closed 3 years ago

gianlucafrei commented 3 years ago

Created authenticated routes

Config file changes

routes:
  authenticated:
    type: webapplication
    path: /secure/**
    url: https://nellydemoapp.azurewebsites.net
    allowAnonymous: no