Skip to content

Commit acc9a6b

Browse files
committed
Remove openid from frontend did file.
1 parent ea52668 commit acc9a6b

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/internet_identity_frontend/internet_identity_frontend.did

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -47,25 +47,13 @@ type DummyAuthConfig = record {
4747
prompt_for_index : bool;
4848
};
4949

50-
type OpenIdConfig = record {
51-
name : text;
52-
logo : text;
53-
issuer : text;
54-
client_id : text;
55-
jwks_uri : text;
56-
auth_uri : text;
57-
auth_scope : vec text;
58-
fedcm_uri : opt text;
59-
};
60-
6150
type InternetIdentityFrontendInit = record {
6251
backend_canister_id : principal;
6352
backend_origin : text;
6453
related_origins : opt vec text;
6554
fetch_root_key : opt bool;
6655
analytics_config : opt opt AnalyticsConfig;
6756
dummy_auth : opt opt DummyAuthConfig;
68-
openid_configs : opt vec OpenIdConfig;
6957
};
7058

7159
service : (InternetIdentityFrontendInit) -> {

0 commit comments

Comments
 (0)