Skip to content
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

Add device-attribute-based-authentication-with-entgra sample application #342

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

PasinduYeshan
Copy link

This PR consists of the sample application for device attribute-based adaptive authentication with Entgra.

@CLAassistant
Copy link

CLAassistant commented Aug 11, 2022

CLA assistant check
All committers have signed the CLA.

@@ -0,0 +1 @@
{}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
{}
{}

# http://developer.android.com/guide/developing/tools/proguard.html

# Add any project specific keep options here:
-keep class com.isentgra.BuildConfig { *; }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
-keep class com.isentgra.BuildConfig { *; }
-keep class com.isentgra.BuildConfig { *; }

Comment on lines 21 to 23
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(null);
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(null);
}
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(null);
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants