Git Product home page Git Product logo

wildfly10-web-security's Introduction

wildfly10-web-security

From my experience, it was never easy to work with WildFly in a little bit involved configuration areas. This applies to authentication too.

Each module stands complete in itself. All the modules are tested using WildFly 10.0.0.Final but they should be good enough in some of the older versions too i.e. WildFly 8 and 9.

Modules

Brief introduction to the modules

basic-authentication

  • Holds both protected and unprotected resources
  • Relies on jboss users i.e. added using /bin/add-users.sh

This is the simplest way and mostly for demo purposes. It is very unlikely to have an application rely on users added via wildfly utilities.

basic-custom-list-authentication

  • Holds both protected and unprotected resources
  • Relies on the users and roles provided as part of the application itself
  • Requires WildFly configuration (included in module's README.md)

This is kind of a starting point where the application itself can provide the list of users and roles that it want to use.

basic-db-authentication

  • Holds both protected and unprotected resources
  • User and role information is stored in database
  • Requires WildFly configuration (included in module's README.md)

This is a general approach where the list of users and roles is maintained in database instead of files

wildfly10-web-security's People

Contributors

racheruk avatar

Watchers

Rakesh Kumar Cherukuri avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.