Skip to content

majdslmt/flutter-bankId

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

flutter-bankId

This is an example of how to connect a Flutter app with OAuth2 BankID using Identity Server as the backend or Identity Provider (IDP).

You need to add appAuthRedirectScheme to android app

Add appAuthRedirectScheme to build.gradle

manifestPlaceholders += [
                'appAuthRedirectScheme': 'bankiddemo'
        ]
        

Add also to AndroidManifest.xml

<data android:scheme="${appAuthRedirectScheme}"/> <!-- reference the placeholder here -->

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published