| ... | @@ -23,13 +23,13 @@ This section is TODO |
... | @@ -23,13 +23,13 @@ This section is TODO |
|
|
|
|
|
|
|
## The Relying Party (RP)
|
|
## The Relying Party (RP)
|
|
|
|
|
|
|
|
### Login
|
|
### Login
|
|
|
|
|
|
|
|
Login can be completed on two levels, the local level (using the local server), or the federated level (using a specified or discovered OIDC provider)
|
|
Login can be completed on two levels, the local level (using the local server), or the federated level (using a specified or discovered OIDC provider)
|
|
|
|
|
|
|
|
A [template](https://git.startinblox.com/djangoldp-packages/djangoldp-account/blob/master/djangoldp_account/templates/registration/login.html) is defined which implements a login form with options for logging in to the local server, logging in with an arbitrary OIDC provider and for registering a new account
|
|
A [template](https://git.startinblox.com/djangoldp-packages/djangoldp-account/blob/master/djangoldp_account/templates/registration/login.html) is defined which implements a login form with options for logging in to the local server, logging in with an arbitrary OIDC provider and for registering a new account
|
|
|
|
|
|
|
|
#### Local Login
|
|
#### Local Login
|
|
|
|
|
|
|
|
DjanogLDP-Account defines a view `LDPAccountLoginView`, which is a simple implementation of the LoginView from [django-registration](https://django-registration.readthedocs.io/en/3.1/). Also from django-registration, this view is connected on the url path `/auth/login/`
|
|
DjanogLDP-Account defines a view `LDPAccountLoginView`, which is a simple implementation of the LoginView from [django-registration](https://django-registration.readthedocs.io/en/3.1/). Also from django-registration, this view is connected on the url path `/auth/login/`
|
|
|
|
|
|
| ... | |
... | |
| ... | | ... | |