v1.0.2 - Fix: OAuth redirect URL decoding
Fix: OAuth redirect URL decoding
Microsoft's OAuth callback URL often contains URL-encoded characters (e.g. %24 instead of $). The integration now automatically decodes the redirect URL before authentication, fixing "HTTP Unauthorized" errors that many users experienced when pasting the callback URL. (#18)