Breaking change:
From this version forward the SSL certificate is validated. If you are using a self-signed certificate on your IdP, make sure to update your configuration accordingly (see LEGACY_CONFIGURATION.md). Otherwise login with SSO will not work.
🐛 Fixes
- Fix UnboundLocalError for headers when use_auth_header is false (#61) by @xiaoyawei in
84c3fb1
✨ Feats
- feat: Custom error page (#66) by @dandiodati in
19edf1a - feat: add pkce exchange (#65) by @ramcguire in
285f6be - feat: skip consent screens for internal, external and cloud url (#69) by @cavefire in
c426925 - feat: add config_flow for UI setup (#70) by @cavefire in
d799a10 - feat: add ssl validation (#63) (#71) by @cavefire in
ece9ae6
New Contributors
- @xiaoyawei made their first contribution in #61
- @dandiodati made their first contribution in #66
- @ramcguire made their first contribution in #65
Full Changelog: 1.2.1...1.3.0