Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Choon-Chern Lim committed Nov 28, 2017
1 parent b1c843a commit 4d77f19
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ keytool -importcert \

## Usage

### Configuring Security by Hardcoding SAML Config
### Simplest Configuration

If you are configuring for one IDP server, the easiest approach is to hardcode all the SAML config in the `@Configuration` file.

Expand Down Expand Up @@ -119,7 +119,7 @@ class AppSecurityConfig extends SAMLWebSecurityConfigurerAdapter {
}
```

### Configuring Security Using Environment Properties
### Environment Properties Driven Configuration

If you don't want to use `@Profile` to configure environment-specific security, you may pass the configuration values through environment properties.

Expand Down Expand Up @@ -152,7 +152,7 @@ class AppSecurityConfig extends SAMLWebSecurityConfigurerAdapter {
}
```

### Configuring Security Using Database
### Database Driven Configuration

You may also configure `SAMLConfigBean` by retrieving the configuration values from database.

Expand Down

0 comments on commit 4d77f19

Please sign in to comment.