Merge branch 'master' of ssh://git.andreafazzi.eu:10022/andrea/knowledgebase

This commit is contained in:
Andrea Fazzi 2022-11-16 18:07:12 +01:00
commit ea476183c1

13
journals/2022_11_16.md Normal file
View 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`
-
-