You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can use the [react-native-app-auth](https://commerce.nearform.com/open-source/react-native-app-auth/) library.
139
141
Just follow [the instructions](https://commerce.nearform.com/open-source/react-native-app-auth/docs/usage/config) to setup your application.
@@ -149,10 +151,14 @@ You will also need to set the `additionalParameters` property with the following
149
151
-`max_age: 0` This will force a new authentication flow once the user ends up on the **Authorization Service** frontend.
150
152
-`tenant_id: <TENANT_ID>` Optional, in case you are using a multi tenant setup. Set this to the actual tenant ID.
151
153
154
+
</MobileFrameworksCard.Section>
155
+
152
156
</MobileFrameworksCard.Content>
153
157
154
158
<MobileFrameworksCard.Contentvalue="android">
155
159
160
+
<MobileFrameworksCard.Section>
161
+
156
162
You can use the [AppAuth-Android](https://github.com/openid/AppAuth-Android) library.
157
163
Just follow [the instructions](https://github.com/openid/AppAuth-Android?tab=readme-ov-file#authorization-service-configuration) to setup your application.
158
164
@@ -165,10 +171,14 @@ You will need to set additional query parameters by calling the `setAdditionalPa
165
171
-`max_age: 0` This will force a new authentication flow once the user ends up on the **Authorization Service** frontend.
166
172
-`tenant_id: <TENANT_ID>` Optional, in case you are using a multi tenant setup. Set this to the actual tenant ID.
167
173
174
+
</MobileFrameworksCard.Section>
175
+
168
176
</MobileFrameworksCard.Content>
169
177
170
178
<MobileFrameworksCard.Contentvalue="ios">
171
179
180
+
<MobileFrameworksCard.Section>
181
+
172
182
You can use the [AppAuth-iOS](https://github.com/openid/AppAuth-Android) library.
173
183
Just follow [the instructions](https://github.com/openid/AppAuth-iOS?tab=readme-ov-file#auth-flow) to setup your application.
174
184
@@ -184,10 +194,14 @@ You will also need to set extra query parameters, when instantiating the `OIDAut
184
194
-`max_age: 0` This will force a new authentication flow once the user ends up on the **Authorization Service** frontend.
185
195
-`tenant_id: <TENANT_ID>` Optional, in case you are using a multi tenant setup. Set this to the actual tenant ID.
186
196
197
+
</MobileFrameworksCard.Section>
198
+
187
199
</MobileFrameworksCard.Content>
188
200
189
201
<MobileFrameworksCard.Contentvalue="flutter">
190
202
203
+
<MobileFrameworksCard.Section>
204
+
191
205
You can use the [AppAuth](https://github.com/MaikuB/flutter_appauth) library.
192
206
Just follow [the instructions](https://github.com/MaikuB/flutter_appauth/tree/master/flutter_appauth) to setup your application.
193
207
@@ -202,6 +216,8 @@ You will also need to set the `additionalParameters` property with the following
202
216
-`max_age: 0` This will force a new authentication flow once the user ends up on the **Authorization Service** frontend.
203
217
-`tenant_id: <TENANT_ID>` Optional, in case you are using a multi tenant setup. Set this to the actual tenant ID.
0 commit comments