Closed espensv closed 1 year ago
Trying to use this crate (2.5.1) to authenticate against Azure AD.
Parse(Error { path: Path { segments: [Map { key: "expires_in" }] }, original: Error("invalid type: string \"3599\", expected u64", line: 1, column: 42) }
As I understand it the crate expects the "expires_in" field to be a u64, but is a string in the Azure response.
Nevermind, this is an issue with MS not adhering to the standard. https://github.com/ramosbugs/oauth2-rs/issues/191
Trying to use this crate (2.5.1) to authenticate against Azure AD.
Parse(Error { path: Path { segments: [Map { key: "expires_in" }] }, original: Error("invalid type: string \"3599\", expected u64", line: 1, column: 42) }
As I understand it the crate expects the "expires_in" field to be a u64, but is a string in the Azure response.