Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Active Directory and Firebase

I am using Firebase to provide user's identity to my application that runs on GAE and is accessible with web browser and consumes Firebase secured endpoint.

The application is to be delivered as SaaS solution to business users, so I wonder if there is a possibility to provide SSO to the users.

like image 835
piotrpo Avatar asked Nov 30 '16 10:11

piotrpo


Video Answer


1 Answers

By using Firebase's custom authentication, you can inform Firebase Authentication of any authentication scheme you implement.

Once you have the Active Directory SSO working, you mint a custom token and inform Firebase about the authenticated user.

like image 104
Frank van Puffelen Avatar answered Jan 01 '23 17:01

Frank van Puffelen