-
-
Notifications
You must be signed in to change notification settings - Fork 132
Open
Description
On
openidconnect-rs/src/discovery/mod.rs
Line 383 in 202c8b1
| if provider_metadata.issuer() != issuer_url { |
How to reproduce
let issuer = openidconnect::url::Url::parse("https://accounts.google.com")?;
let metadata = openidconnect::core::CoreProviderMetadata::discover(
&openidconnect::IssuerUrl::from_url(issuer),
&client,
)?;This will cause the following error:
Validation("unexpected issuer URI `https://accounts.google.com` (expected `https://accounts.google.com/`)")
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels