We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea52668 commit acc9a6bCopy full SHA for acc9a6b
src/internet_identity_frontend/internet_identity_frontend.did
@@ -47,25 +47,13 @@ type DummyAuthConfig = record {
47
prompt_for_index : bool;
48
};
49
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
-
61
type InternetIdentityFrontendInit = record {
62
backend_canister_id : principal;
63
backend_origin : text;
64
related_origins : opt vec text;
65
fetch_root_key : opt bool;
66
analytics_config : opt opt AnalyticsConfig;
67
dummy_auth : opt opt DummyAuthConfig;
68
- openid_configs : opt vec OpenIdConfig;
69
70
71
service : (InternetIdentityFrontendInit) -> {
0 commit comments