Application-Gateway
Application-Gateway copied to clipboard
OWASP Application Gateway is an HTTP proxy that handles Oauth2 authentication and session management
Snyk has created this PR to upgrade org.antlr:ST4 from 4.3.1 to 4.3.3. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade com.nimbusds:nimbus-jose-jwt from 9.21 to 9.22. :information_source: Keep your dependencies up-to-date....
- Added *.db to gitignore - Corrected existing configurations and class naming to fit default spring bean naming strategy - Moved NoUserMapper to separate package like other mappers - Code...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade com.nimbusds:oauth2-oidc-sdk from 9.31 to 9.32. :information_source: Keep your dependencies up-to-date....
Currently we have a bit of anarchy when it comes to bean naming convention. We should implement the following approach for all types of beans (shortName + postfix from variable...
Currently we Nelly only supports to load a config file from the local filesystem. We should add the option to load a configuration file via HTTPS. -> Add a new...
Add at least high level documentation to the code, so that its easier to understand and developers are less prone to choose the wrong classes and methods.
For mobile apps a cookie-based session mechanism is cumbersome to implement. Also, in contrast to a web-browser we can store a long term credential on a mobile device. Therefore we...
Write a tutorial on how to secure an application with OAG. - [x] Azure - [ ] AWS - [ ] GCP - [ ] On-Premise
- [ ] Move Repo to OWASP organization - [x] Make sure Snyk and Codacy work with the new repo name - [x] Move Docker images to the OWASP docker...