Replies: 1 comment 3 replies
-
Hi @ajitk19 you will have to create some users first prior to generating access token. Default users are not built-into the install yet. Please portforward the user service and run the _createnovalidate API to create users. It is part of the user collection. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
All installations are done from https://core.digit.org/ and post-deployment I run the
sudo kubectl port-forward svc/egov-user 8080:8080 -n egov
output:- Forwarding from 127.0.0.1:8080 -> 8080
Forwarding from [::1]:8080 -> 8080
After this, I run the access token on postman:
output in the console I got: {
"error": "invalid_request",
"error_description": "Invalid login credentials"
}
data in postman: username - GRO
password - eGov@4321
tenantId - citya
Beta Was this translation helpful? Give feedback.
All reactions