Zitadel.App.V1.OIDCConfig (zitadel_api v1.0.0-rc.6) View Source

Link to this section Summary

Link to this section Types

Link to this type

access_token_role_assertion()

View Source

Specs

access_token_role_assertion() :: boolean()

Specs

access_token_type() :: Zitadel.App.V1.OIDCTokenType.t()

Specs

additional_origins() :: [String.t()]

Specs

allowed_origins() :: [String.t()]

Specs

Specs

auth_method_type() :: Zitadel.App.V1.OIDCAuthMethodType.t()

Specs

client_id() :: String.t()

Specs

client_secret() :: String.t()

Specs

clock_skew() :: Google.Protobuf.Duration.t() | nil

Specs

compliance_problems() :: [Zitadel.V1.LocalizedMessage.t()]

Specs

dev_mode() :: boolean()

Specs

grant_types() :: [[Zitadel.App.V1.OIDCGrantType.t()]]
Link to this type

id_token_role_assertion()

View Source

Specs

id_token_role_assertion() :: boolean()
Link to this type

id_token_userinfo_assertion()

View Source

Specs

id_token_userinfo_assertion() :: boolean()

Specs

none_compliant() :: boolean()
Link to this type

post_logout_redirect_uris()

View Source

Specs

post_logout_redirect_uris() :: [String.t()]

Specs

redirect_uris() :: [String.t()]

Specs

response_types() :: [[Zitadel.App.V1.OIDCResponseType.t()]]

Specs

t() :: %Zitadel.App.V1.OIDCConfig{
  access_token_role_assertion: access_token_role_assertion(),
  access_token_type: access_token_type(),
  additional_origins: additional_origins(),
  allowed_origins: allowed_origins(),
  app_type: app_type(),
  auth_method_type: auth_method_type(),
  client_id: client_id(),
  client_secret: client_secret(),
  clock_skew: clock_skew(),
  compliance_problems: compliance_problems(),
  dev_mode: dev_mode(),
  grant_types: grant_types(),
  id_token_role_assertion: id_token_role_assertion(),
  id_token_userinfo_assertion: id_token_userinfo_assertion(),
  none_compliant: none_compliant(),
  post_logout_redirect_uris: post_logout_redirect_uris(),
  redirect_uris: redirect_uris(),
  response_types: response_types(),
  version: version()
}

Specs

Link to this section Functions