Merge branch 'master' of ssh://git.andreafazzi.eu:10022/andrea/knowledgebase
This commit is contained in:
commit
ea476183c1
1 changed files with 13 additions and 0 deletions
13
journals/2022_11_16.md
Normal file
13
journals/2022_11_16.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
- Quick start per #kratos
|
||||
- Il server espone la porta 4433 che risponde un'API pubblica per la gestione delle'autenticazione/autorizzazione
|
||||
- Il server espone la porta 4434 che risponde ad un'API privata per l'amministratore
|
||||
- Documentazione approfondita per i [flussi](https://www.ory.sh/docs/kratos/self-service)
|
||||
- Passi
|
||||
- Ottenere un flow
|
||||
- ```bash
|
||||
curl http://localhost:4433/self-service/login/browser
|
||||
```
|
||||
- Kratos reindirizza il browser su un URL definito nel file di configurazione kratos.yml e aggiunge il parametro query `flow`
|
||||
- Avanzare una richiesta contenente il `flow`
|
||||
-
|
||||
-
|
Loading…
Reference in a new issue