You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This open source project has a great structure that I'm still trying to wrap my head around.
I was able to run the API server, set up Axway MBaaS, and able to run the iOS/Android App.
However, I'm having issues understanding how Authentication works. The API backend (surprisingly) doesn't have any login authentication from the /apis/ folder.
The Mobile app opens a website to authenticate from oauth-base-url within tiapp.xml, I also realize that there is support for a few Authentication mechanisms like keycloak which I'm not familiar yet with:
However if Axway's MBaaS is the backend DB:
1- Should I manually create the User? (does it happen on the Axway's portal back end?)
2- How would you be able to login from the App if Axway's MBaaS?
The text was updated successfully, but these errors were encountered:
Hi @yozef! Thanks for your feedback! The current version of the App and API is setup for OAuth providers such as Red Hat SSO (based on Keycloak). The Axway MBaaS does not currently support OAuth but you could probably get it to work with the app and API if you wrote a custom provider. The employee object in the database does need to exist prior to authentication but a feature to support auto-creation will be added in the next release of the Griffin API.
This open source project has a great structure that I'm still trying to wrap my head around.
I was able to run the API server, set up Axway MBaaS, and able to run the iOS/Android App.
However, I'm having issues understanding how Authentication works. The API backend (surprisingly) doesn't have any login authentication from the
/apis/
folder.The Mobile app opens a website to authenticate from
oauth-base-url
within tiapp.xml, I also realize that there is support for a few Authentication mechanisms likekeycloak
which I'm not familiar yet with:However if Axway's MBaaS is the backend DB:
1- Should I manually create the User? (does it happen on the Axway's portal back end?)
2- How would you be able to login from the App if Axway's MBaaS?
The text was updated successfully, but these errors were encountered: