mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 14:53:19 +00:00
31 lines
637 B
YAML
31 lines
637 B
YAML
apiVersion: oidc.homelab.olav.ninja/v1alpha1
|
|
kind: XOidcClient
|
|
metadata:
|
|
name: netbird-dashboard
|
|
spec:
|
|
realm: homelab
|
|
clientId: netbird-dashboard
|
|
displayName: Netbird Dashboard
|
|
description: Netbird Dashboard Client
|
|
type: PUBLIC
|
|
defaultScopes:
|
|
- acr
|
|
- basic
|
|
- email
|
|
- profile
|
|
- roles
|
|
- web-origins
|
|
- netbird-api
|
|
grantTypes:
|
|
- code
|
|
- device_code
|
|
- password
|
|
baseUrl: "https://netbird.stonegarden.dev"
|
|
postLogoutRedirectUris:
|
|
- "https://netbird.stonegarden.dev/*"
|
|
redirectUris:
|
|
- "http://localhost:53000"
|
|
- "https://netbird.stonegarden.dev/*"
|
|
webOrigins:
|
|
- "+"
|