feat(console): OAuth provider template (#5377)

implements oauth template for console
Co-authored-by: Elio Bischof <elio@zitadel.com>
This commit is contained in:
Max Peintner
2023-03-10 16:28:18 +01:00
committed by GitHub
parent 1ec6c451ca
commit 0c704966a2
20 changed files with 764 additions and 1 deletions

View File

@@ -68,6 +68,23 @@
</div>
</a>
<a
class="item card"
[routerLink]="
serviceType === PolicyComponentServiceType.ADMIN
? ['/instance', 'provider', 'oauth', 'create']
: serviceType === PolicyComponentServiceType.MGMT
? ['/org', 'provider', 'oauth', 'create']
: []
"
>
<img class="idp-logo" src="../../../assets/images/idp/oauth.svg" alt="oauth" />
<div class="text-container">
<span class="title">Generic OAuth</span>
</div>
</a>
<a
class="item card"
[routerLink]="