I am about to embed Auth0 Mgmt dashboard via iframe to my own react SPA, however it is refused. Is there any other possible approaches?
Hi there @miao.fu welcome to the community!
The Auth0 dashboard cannot be embedded in an iFrame itself for security purposes - You can however use the Management API to your liking. Just about all functionality available in the dashboard is available via the API.
Hope this helps to clarify!
Thank you anyway.
Management API suits me.
No problem, happy to help!