Skip to content

Commit

Permalink
Adding license to README
Browse files Browse the repository at this point in the history
  • Loading branch information
sammy-sandhu committed Sep 12, 2024
1 parent 191686c commit 6ae1ab4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ git clone https://github.com/OpenLXP/openlxp-xms.git
- Configure Security Assertion Markup Language (SAML)
1. Click on `Saml configurations` > `Add saml configurations`
- Enter configurations below:
- `Name`: The name that will be used to identify the IdP in the URL.
- `Entity id`: The unique name provided by the IdP.
Expand Down Expand Up @@ -136,4 +136,8 @@ Information on the settings for the authentication module can be found on the [O
## Authorization

The setting `OPEN_ENDPOINTS` can be defined in the django settings file.
It is a list of strings (regex notation may be used) for URLs that should not check for authentication or authorization.
It is a list of strings (regex notation may be used) for URLs that should not check for authentication or authorization.

## License

This project uses the [MIT](http://www.apache.org/licenses/LICENSE-2.0) license.

0 comments on commit 6ae1ab4

Please sign in to comment.