-
DescriptionHowever, the docs also suggest that the method will always be Example OpenID configuration:
Note the lack of a Since Any advice is appreciated. 🙏 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@Nezteb In cases where the Introspection is incorrect, the Assuming you're using {ok, Pid} = oidcc_provider_configuration_worker:start_link(#{
issuer => "...",
provider_configuration_opts =>#{
quirks => #{
document_overrides => #{
<<"code_challenge_methods_supported">> => [<<"S256">>]
}
}
}
} |
Beta Was this translation helpful? Give feedback.
@Nezteb In cases where the Introspection is incorrect, the
document_overrides
option of thequirks
can be set to override the values.Assuming you're using
oidcc_provider_configuration_worker
: