File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -109,11 +109,11 @@ See [here](https://github.com/IdentityPython/pysaml2/tree/master/src/saml2/attri
109109# New Plugin URLs
110110This plugin will provide two new URLs to Netbox:
111111
112- `/ plugins/ sso/ login/ ` < br/ >
112+ `/ api / plugins/ sso/ login/ ` < br/ >
113113This URLs redirects the User login to the SSO system (Okta) for authentication. This is the URL that needs
114114to 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/ >
117117This URLs should be configured into your SSO system as the route to use to single- sign- on/ redirection URL the User into Netbox
118118after the User has authenticated with the SSO system.
119119
You can’t perform that action at this time.
0 commit comments