-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MOSIP-37946 : create few automation scenarios for OIDC Client #972
base: develop
Are you sure you want to change the base?
Conversation
Signed-off-by: santhoshsunder <[email protected]>
Signed-off-by: santhoshsunder <[email protected]>
Signed-off-by: Santhosh <[email protected]>
Signed-off-by: Santhosh <[email protected]>
Signed-off-by: Santhosh <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
move the test to auth partner test
@@ -34,6 +34,11 @@ public class GlobalConstants { | |||
public static final String isNoDataTextDisplaed = "Verify if Policy dropdown no policy data text displayed"; | |||
public static final String isPolicyEmptyTableIsDisplayed = "Verify if policies empty table displayed"; | |||
public static final String isAuthenticationServicesDisplayed = "Verify if authentication services title is displayed"; | |||
|
|||
public static final String isRedirectUri2TextBoxDisplayed = "Verify if authentication services title is displayed"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use camelCase
@@ -12,27 +12,27 @@ bulkUploadUrl=/v1/admin/bulkupload | |||
#IDREPO | |||
mosip_idrepo_app_id=idrepo | |||
mosip_idrepo_client_id=mosip-idrepo-client | |||
mosip_idrepo_client_secret= | |||
mosip_idrepo_client_secret=oQXHRL4UsgKxlVaU | |||
#IDREPO |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
don't push the kernal file
Signed-off-by: Santhosh <[email protected]>
Signed-off-by: Santhosh <[email protected]>
No description provided.