mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-13 03:24:26 +00:00
fix: Fix OIDC example (#6138)
* fix: oidc app additional origins example * fix: oidc app additional origins example
This commit is contained in:
parent
d8b823660b
commit
5f5f1558d0
@ -8935,8 +8935,8 @@ message AddOIDCAppRequest {
|
||||
];
|
||||
repeated string additional_origins = 16 [
|
||||
(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = {
|
||||
example: "[\"https://console.zitadel.ch/auth/callback\"]";
|
||||
description: "Additional origins (other than the redirect_uris) from where the API can be used";
|
||||
example: "[\"scheme://localhost:8080\"]";
|
||||
description: "Additional origins (other than the redirect_uris) from where the API can be used, provided string has to be an origin (scheme://hostname[:port]) without path, query or fragment";
|
||||
}
|
||||
];
|
||||
bool skip_native_app_success_page = 17 [
|
||||
@ -9110,8 +9110,8 @@ message UpdateOIDCAppConfigRequest {
|
||||
];
|
||||
repeated string additional_origins = 15 [
|
||||
(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = {
|
||||
example: "[\"https://console.zitadel.ch/auth/callback\"]";
|
||||
description: "Additional origins (other than the redirect_uris) from where the API can be used";
|
||||
example: "[\"scheme://localhost:8080\"]";
|
||||
description: "Additional origins (other than the redirect_uris) from where the API can be used, provided string has to be an origin (scheme://hostname[:port]) without path, query or fragment";
|
||||
}
|
||||
];
|
||||
bool skip_native_app_success_page = 16 [
|
||||
|
Loading…
Reference in New Issue
Block a user