Skip to content

Commit 24e3bd9

Browse files
authored
docs: fix the New Plugin URLs (#70)
1 parent b551c6c commit 24e3bd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,11 @@ See [here](https://github.com/IdentityPython/pysaml2/tree/master/src/saml2/attri
109109
# New Plugin URLs
110110
This plugin will provide two new URLs to Netbox:
111111

112-
`/plugins/sso/login/`<br/>
112+
`/api/plugins/sso/login/`<br/>
113113
This URLs redirects the User login to the SSO system (Okta) for authentication. This is the URL that needs
114114
to be used in the reverse-proxy redirect, for examlple see [nginx.conf](nginx.conf#L35).
115115
<br/><br/>
116-
`/sso/acs/`<br/>
116+
`/api/plugins/sso/acs/`<br/>
117117
This URLs should be configured into your SSO system as the route to use to single-sign-on/redirection URL the User into Netbox
118118
after the User has authenticated with the SSO system.
119119

0 commit comments

Comments
 (0)