I was trying to Authenticate Crowd rest Api using python code https://python-crowd.readthedocs.io/en/latest/ where i can get
app_user = 'testapp' app_pass = 'testpass'
How can i find app_user and app_pass in my crowd.
They will be whatever you set up in Crowd for the application you are creating.
Crowd, like any secure system, does not store the password, it stores a hash to validate against. If you don't know what was set, you'll have to reset it.
See https://confluence.atlassian.com/crowd/adding-an-application-18579591.html#AddinganApplication-add
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.