홈>
사례를 작성하기 위해 Salesforce에 REST API가 있습니다. Android/IOS 앱에서 동일한 API에 액세스하여 사례를 작성하려고합니다. 여기서 내 문제는 인증입니다.
We are using OAuth 2.0 user agent flow for authentication because in username-password we need to expose username and password so we don't want to use that flow to get the access token. In User Agent flow should the user need to enter the password or it will authorize based on authorization code?
If user need to enter the password how we will avoid because the user will be customer they don't have any password and username ,can we store password and use it to for logging automatically.
미리 감사합니다
- 답변 # 1
관련 자료
- orientation - 자동 맞춤보기 Android를 만드는 방법
- 내 앱이 백그라운드에있는 경우 Android OS가 singleTop 활동의 새 인스턴스를 생성하지 않는 이유는 무엇입니까?
- kotlin coroutines - 기계적 인조 인간 - flow를 사용하여 콜백 생성
- Android 뷰 바인딩 라이브러리에서 바인딩을 생성하지 않으려는 뷰 구성 요소를 무시하는 방법은 무엇입니까?
- Android Studio 36 이상에 대한 사용자 지정 프로젝트 템플릿을 생성하려면 어떻게해야합니까?
- 안드로이드에서 1000 질문은 1000 활동을 만들어야합니까?
- Android의 그림 모드에서 그림의 사용자 정의 화면 크기를 어떻게 만듭니 까?
Salesforce에서 공개 Rest API 노출을 시도 할 수 있습니다. 모바일 앱이 특정 엔드 포인트에 대한 게시 요청을 수행 할 수 있도록 Json에 지정된 기준에 따라 Apex를 통해 사례를 만들 수 있습니다.