Skip to content

Commit 242a2e2

Browse files
committed
modifications
1 parent b32f848 commit 242a2e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
This app provides a simple Identity Provider (IdP) to test SAML 2.0 Service Providers (SPs) with the [SAML 2.0 Web Browser SSO Profile](http://en.wikipedia.org/wiki/SAML_2.0#Web_Browser_SSO_Profile).
44
This code was copied from [saml-idp](https://github.com/mcguinness/saml-idp)
55

6-
## Manual Installation
6+
# Installation
77

88
`npm install`
99

10-
### Usage
10+
# Usage
1111

1212
```
1313
cd idp-simulator
@@ -17,6 +17,6 @@ cd idp-simulator
1717
Open `http://localhost:7000` in your browser to start an IdP initiated flow to your SP
1818
Set only the SSN field
1919

20-
#### Options
20+
# Options
2121

2222
Entrypoint could be set to other than dev by using the `entrypoint` environment variable

0 commit comments

Comments
 (0)