You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 2
Next »
OAuth Provider bundle
API
request | params | response | description |
---|
GET /oauth/providers |
| OAuthProvider array | list of configured identity providers |
GET /oauth/redirect |
| TokenResponse |
|
POST /oauth/login | username={}&password={} | TokenResponse |
|
Environment Vars
env | default value | description |
---|
TOKEN_SECRET | secret | key to sign the token |
TOKEN_ISSUER | ONAP SDNC |
|
HOST_URL | null => autodetected | important for reverse proxy use case |
ODLUX_REDIRECT_URI | /odlux/index.html#/oauth?token= | OAuth redirect will be responded |
SUPPORT_ODLUSERS | true | login interface enabled for internal odl configured users |
Dataflow example
for Login with external Identity Provider (KeyCloak)