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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.