Standalone Blazor MAUI app with Oqtane as a backend #6127
Unanswered
mdmontesinos
asked this question in
Q&A
Replies: 1 comment 3 replies
-
|
@mdmontesinos if you want to utilize a distributed architecture with multiple independent applications then you are going to want to use an Identity Provider (IdP) for managing the security between the various applications. Oqtane is not an Identity Provider... however it can be integrated with an Identity Provider using OAuth2/OIDC. Duende Identity Server is a popular IdP for self-hosted scenarios and there are plenty of cloud options as well. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I already have an Oqtane site running in production, and now I want to implement a Blazor MAUI app, which won't be implemented with Oqtane but be a standalone app using my Oqtane site as a backend for data and existing users, with custom UI.
However, my main concerns are around login in the MAUI app. How can I implement a login system in my app which uses Oqtane users, receives roles, etc? I would also need to register authentication and authorization so I can use the [Authorize] attribute in my MAUI pages.
In general, how you do work with Oqtane as a headless API and handle auth?
Beta Was this translation helpful? Give feedback.
All reactions