-
Notifications
You must be signed in to change notification settings - Fork 42
docs(authorization): update OIDC implementation guide #481
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
f99ea38
to
4a69eea
Compare
Azure Static Web Apps: Your stage site is ready! Visit it here: https://lemon-wave-085522403-481.westeurope.1.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://lemon-wave-085522403-481.westeurope.1.azurestaticapps.net |
c749dfc
to
ea3b2dc
Compare
Azure Static Web Apps: Your stage site is ready! Visit it here: https://lemon-wave-085522403-481.westeurope.1.azurestaticapps.net |
2 similar comments
Azure Static Web Apps: Your stage site is ready! Visit it here: https://lemon-wave-085522403-481.westeurope.1.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://lemon-wave-085522403-481.westeurope.1.azurestaticapps.net |
b6c22a8
to
a247e7c
Compare
Azure Static Web Apps: Your stage site is ready! Visit it here: https://lemon-wave-085522403-481.westeurope.1.azurestaticapps.net |
- Replace legacy client credentials flow with Authorization Code + PKCE - Add Keycloak setup instructions using latest version (26.3.4) - Update client configuration for public client (no secrets required) - Replace GIFs with presentation for better maintainability Signed-off-by: Ervin Rácz <ervin.racz@protonmail.com>
- Replace static GIF with presentation - Update namespace references from kinvolk.io to nebraska.io - Fix capitalization in UI labels ("Use client role" → "User Client Role") Signed-off-by: Ervin Rácz <ervin.racz@protonmail.com>
a247e7c
to
66fde93
Compare
Azure Static Web Apps: Your stage site is ready! Visit it here: https://lemon-wave-085522403-481.westeurope.1.azurestaticapps.net |
66fde93
to
0ba0af5
Compare
Azure Static Web Apps: Your stage site is ready! Visit it here: https://lemon-wave-085522403-481.westeurope.1.azurestaticapps.net |
- Replace GitHub App with OAuth App instructions - Update localhost URLs from 0.0.0.0 to localhost - Change storage backend from sqlite3 to memory for easy of demo Signed-off-by: Ervin Rácz <ervin.racz@protonmail.com>
0ba0af5
to
c7a96ea
Compare
Azure Static Web Apps: Your stage site is ready! Visit it here: https://lemon-wave-085522403-481.westeurope.1.azurestaticapps.net |
Update Nebraska guide to set up authentication after the OIDC refactor: flatcar/nebraska#1092