
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2018 08:15 AM
Hi team,
I would like to know if the following implementation can be done on ISE:
* Guest opens self-register portal and already sees the fields that he has to fill in
* Guest fill the fields and clicks register
* Username and password is send to linux machine where OTP key will be generated
* OTP key is send to ISE
* ISE sends OTP key to customer via SMS
* Meanwhile on ISE we are seeing the page after registration with guest username and password created and login button
* Guest receives OTP key and configures it to Google Authenticator
* Guest clicks login button and uses credentials shown before and the code generated by Google Authenticator
Many thanks
Solved! Go to Solution.
- Labels:
-
Identity Services Engine (ISE)
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2018 08:25 AM
This seems rather excessive for Guest access. I don't understand Why this is necessary.
I would recommend that you do this with a separate Guest Portal web site that does all of these operations and finally just pushes the Guest username and password (whatever OTP credential you finally decide on) via the REST API to create the Guest account.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2018 08:25 AM
This seems rather excessive for Guest access. I don't understand Why this is necessary.
I would recommend that you do this with a separate Guest Portal web site that does all of these operations and finally just pushes the Guest username and password (whatever OTP credential you finally decide on) via the REST API to create the Guest account.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2018 10:35 AM
Another option might be to use a Captcha type verification. Would this work?
