auth0 / auth0-flutter

Auth0 SDK for Flutter
https://pub.dev/documentation/auth0_flutter/latest/
Apache License 2.0
61 stars 41 forks source link

Can auth0_flutter be used without Auth0? #287

Closed markbeij closed 1 year ago

markbeij commented 1 year ago

Checklist

Description

Is the flutter package auth0_flutter specific to Auth0 users, or is it also possible to use this package to connect with any identity provider that fully supports OAuth protocol?

Reproduction

No reproduction steps; just a question

Additional context

Asked this question on the Auth0 forum, but got the advise to ask the question here

auth0_flutter version

any

Flutter version

any

Platform

Android, iOS, Web

Platform version(s)

No response

Widcket commented 1 year ago

Hi @markbeij, thanks for raising this.

The auth0_flutter SDK is specific to Auth0, I'm afraid it can't be used as a generic OpenID Connect client.

markbeij commented 1 year ago

Alright, thanks :+1: