I’m using this lib to create a Identity provider via code, automatically. Can someone help me figure this out or maybe tell me another way to do it? Thank you.
Yes this is a module I’m trying to build, and yep I tried chat gpt and it said for me to add those things into module.xml. Completely madness adding that to module.xml?
If you're using Gradle, you should be using our module plugin, which automatically generates a module xml based on the attributes declared in code, e.g.
The dependency declarations that are generated are 1:1 with Ignition module IDs.
There is no com.inductiveautomation.oidc nor com.inductiveautomation.openid-connect module.
All IdP related functionality Ignition currently supports is embedded in the platform, meaning you don't have to declare any module dependency to use it. Whether we export anything useful to you is another question, but in general I would say to trust your LLMs a lot less than you currently are.
Thank you guys very much, I’ll follow your steps. LLMs told me a completely different thing.…thats why I came here into the forum to ask the experts. Thanks!