Is it possible to connect to Doors next generation API via API key authentication
We want to connect to requirement management of Doors Next Generation in automation, without storing the user credentials in the configuration.
Two types of authentications are possible
1. The basic authentication with the user name and password, but we don't want to store the user credentials in the configuration
2. OAuth authentication, in this the token get expired in certain time and server restart
Is there any other way to authenticate with requirement management of Doors Next Generation where the token will have longer life span like API key and credentials will not be required to be stored in the configuration?
2 answers
This post explains my experience: https://rsjazz.wordpress.com/2021/10/15/elm-authentication/ . It points to the origin of the information here: https://jazz.net/wiki/bin/view/Main/NativeClientAuthentication
These are all authentication methods I am aware of. I know that most of our customers run automation with special user ID's and passwords. I doubt that there are API keys at the moment, beyond what is explained above.