mirror of
https://github.com/zitadel/zitadel.git
synced 2025-04-15 20:41:30 +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 [
|
repeated string additional_origins = 16 [
|
||||||
(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = {
|
(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = {
|
||||||
example: "[\"https://console.zitadel.ch/auth/callback\"]";
|
example: "[\"scheme://localhost:8080\"]";
|
||||||
description: "Additional origins (other than the redirect_uris) from where the API can be used";
|
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 [
|
bool skip_native_app_success_page = 17 [
|
||||||
@ -9110,8 +9110,8 @@ message UpdateOIDCAppConfigRequest {
|
|||||||
];
|
];
|
||||||
repeated string additional_origins = 15 [
|
repeated string additional_origins = 15 [
|
||||||
(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = {
|
(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = {
|
||||||
example: "[\"https://console.zitadel.ch/auth/callback\"]";
|
example: "[\"scheme://localhost:8080\"]";
|
||||||
description: "Additional origins (other than the redirect_uris) from where the API can be used";
|
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 [
|
bool skip_native_app_success_page = 16 [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user