Back to Zitadel

Oidc Configuration.Component

console/src/app/components/oidc-configuration/oidc-configuration.component.html

5.0.0-base560 B
Original Source

{{ 'APP.NAME' | translate }} {{ name }}

{{ 'APP.TYPE' | translate }} {{ 'APP.OIDC.APPTYPE.' + configuration.appType | translate }}

{{ 'APP.GRANT' | translate }} 0"> [{{ 'APP.OIDC.GRANT.' + element | translate }} {{ i < configuration.grantTypesList.length - 1 ? ', ' : '' }}]

{{ 'APP.OIDC.RESPONSETYPE' | translate }} 0"> [{{ 'APP.OIDC.RESPONSE.' + element | translate }} {{ i < configuration.responseTypesList.length - 1 ? ', ' : '' }}]

{{ 'APP.AUTHMETHOD' | translate }} {{ 'APP.OIDC.AUTHMETHOD.' + configuration.authMethodType | translate }}