Skip to content

Commit

Permalink
update readmes and add mention to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikuB committed Jun 27, 2021
1 parent 20aac29 commit 9fcb50e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# flutter_appauth
A Flutter plugin that provides a wrapper for native AppAuth SDKs (https://appauth.io) used authenticating and authorizing users. The repository consists of the following folders

- flutter_appauth: code for the plugin
- flutter_appauth_platform_interface: the code for common platform interface
- [flutter_appauth](https://github.com/MaikuB/flutter_appauth/tree/master/flutter_appauth): code for the plugin
- [flutter_appauth_platform_interface](https://github.com/MaikuB/flutter_appauth/tree/master/flutter_appauth_platform_interface): the code for common platform interface
3 changes: 2 additions & 1 deletion flutter_appauth/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

* **Breaking change** `AuthorizationServiceConfiguration` constructor has changed to take named parameters
* Added `endSession()` method, `EndSessionRequest` and `EndSessionResponse` classes to support end session requests
* Bumped AppAuth Android and iOS SDK dependencies
* Bumped AppAuth Android and iOS SDK dependencies
* Added FAQs section to readme to describe a common iOS issue with Azure B2C and Azure AD

## 1.0.0+1

Expand Down
2 changes: 1 addition & 1 deletion flutter_appauth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,6 @@ Go to the `Info.plist` for your iOS app to specify the custom scheme so that the

## FAQs

* **When connecting to Azure B2C or Azure AD, the login request redirects properly on Android but not on iOS. What's going on?**
**When connecting to Azure B2C or Azure AD, the login request redirects properly on Android but not on iOS. What's going on?**

The AppAuth iOS SDK has some logic to validate the redirect URL to see if it should be responsible for processing the redirect. This appears to be failing under certain circumstances. Adding a trailing slash to the redirect URL specified in your code has been reported to fix the issue.

0 comments on commit 9fcb50e

Please sign in to comment.