3
0
Vivek Patel a2091dbbf6 Add Corteza OIDC support
This provides `well know` endpoint for corteza which defines a set of values that can be retrieved by a client in order to self-configure.

Added route for `public-keys` which can help a client to determine if the public key is changed since the last time and automatically update itself to use this new information.
2021-12-06 13:55:29 +05:30
..
2021-10-27 15:56:42 +02:00
2021-12-06 13:55:29 +05:30
2021-12-06 13:55:29 +05:30
2021-10-02 08:32:45 +02:00
2021-12-06 13:55:29 +05:30
2021-12-06 13:55:29 +05:30

= Corteza auth

.Main responsibilities:
 - Sign-up protocol
 - Local login via OAuth2 protocol
 - Password set, reset protocol
 - Email authentication protocol
 - Session management
 - Identity federation (login via external providers)
 - Support OAuth2 flows

== Development

=== Templates

All (golang) templates can be found under `assets/templates`.
You can also find `scenarios.yaml` with list of all templates and scenaris with data that renders auth screens in all possible situations.