Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NOISSUE - Add Federated Authentication Support (#163)
* Add federated authentication support This commit adds support for federated authentication using the OpenID Connect protocol. Mainflux now acts as a resource provider and uses Google Identity Platform as the identity provider. Signed-off-by: Rodney Osodo <[email protected]> Signed-off-by: Rodney Osodo <[email protected]> * Fix typo mainflux uses instead of mainflux users Co-authored-by: Ian Ngethe Muchiri <[email protected]> Signed-off-by: Rodney Osodo <[email protected]> Signed-off-by: Rodney Osodo <[email protected]> * Fix federated authentication documentation The federated authentication documentation for Mainflux is updated to provide clear instructions on how to use federated authentication using the OpenID Connect protocol. The documentation now includes detailed steps on creating a project in Google Cloud Platform, enabling the Google Identity Platform API, creating OAuth 2.0 credentials, and configuring the consent screen. This update ensures that users can easily set up federated authentication with Mainflux. Signed-off-by: Rodney Osodo <[email protected]> Signed-off-by: Rodney Osodo <[email protected]> --------- Signed-off-by: Rodney Osodo <[email protected]> Signed-off-by: Rodney Osodo <[email protected]> Co-authored-by: Ian Ngethe Muchiri <[email protected]>
- Loading branch information