Only support RS256 for now
This commit is contained in:
parent
0a8e7332fc
commit
bd3d2e8a1e
@ -98,7 +98,7 @@ pub fn metadata(base_url: Url) -> Result<CoreProviderMetadata, CustomError> {
|
||||
ResponseTypes::new(vec![CoreResponseType::Token, CoreResponseType::IdToken]),
|
||||
],
|
||||
vec![CoreSubjectIdentifierType::Pairwise],
|
||||
vec![CoreJwsSigningAlgorithm::RsaSsaPssSha256],
|
||||
vec![CoreJwsSigningAlgorithm::RsaSsaPkcs1V15Sha256],
|
||||
EmptyAdditionalProviderMetadata {},
|
||||
)
|
||||
.set_token_endpoint(Some(TokenUrl::from_url(
|
||||
|
Loading…
Reference in New Issue
Block a user