openidconnect_linux 2.0.1
openidconnect_linux: ^2.0.1 copied to clipboard
Linux implementation for OpenIdConnect.
openidconnect_linux #
Linux implementation for the Flutter OpenIdConnect package. For usage instructions please see https://pub.dev/packages/openidconnect.
Because this project is endorsed by the openidconnect project, you need not add it to your pubspec.yaml, only the root openidconnect dependency.
Requirements #
- Dart SDK:
>=3.8.0 <4.0.0 - Flutter SDK:
>=3.27.0
Linux configuration #
Use an http://localhost[:port]/path redirect URL for Linux interactive authentication.
Required host-app setup:
- Register the exact loopback callback URL with your identity provider.
- Ensure the app can open the system browser.
- Ensure the local machine can receive the loopback callback on the configured port/path.
No Android/iOS-style manifest or plist changes are required by this package on Linux.