You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -3,11 +3,11 @@
3
3
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).
4
4
This code was copied from [saml-idp](https://github.com/mcguinness/saml-idp)
5
5
6
-
## Manual Installation
6
+
# Installation
7
7
8
8
`npm install`
9
9
10
-
###Usage
10
+
# Usage
11
11
12
12
```
13
13
cd idp-simulator
@@ -17,6 +17,6 @@ cd idp-simulator
17
17
Open `http://localhost:7000` in your browser to start an IdP initiated flow to your SP
18
18
Set only the SSN field
19
19
20
-
####Options
20
+
# Options
21
21
22
22
Entrypoint could be set to other than dev by using the `entrypoint` environment variable
0 commit comments