Integrate Moxtra Android SSO with SAML -



Integrate Moxtra Android SSO with SAML -

moxtra provides saml sso based authentication web based apps using next javascript code:

type="text/javascript" src="https://www.moxtra.com/api/js/moxtra-latest.js" id="moxtrajs" data-client-id="client-id" data-app-key="idp-entity-id" data-org-id="org-id"

however, how can integrate android app moxtra using sso saml sign when using android sdk ?

you can utilize saml bearer method access token (https://developer.moxtra.com/moxo/docs-oauth/#saml-bearer) , utilize access token moxtra's android sdk.

android

Comments

Popular posts from this blog

javascript - THREE.js reposition vertices for RingGeometry -

javascript - I need to update the text of a paragraph by inline edit -

assembly - What is the addressing mode for ld, add, and rjmp instructions? -