All Questions
14 questions
0
votes
0
answers
548
views
How to get SAML Assertion from Okta API in any other format except HTML
I am developing an application and would like to use Okta as the Identity Provider (IdP) to log in to AWS. I am searching for Okta APIs that I can use to obtain the Security Assertion Markup Language (...
0
votes
2
answers
1k
views
SAML 2.0 response verification
Integrating one of my application with with SAML 2.0 single sign on. Using Okta provider for this. I came to the point where I receive base64 encoded "SAML response token" after successful ...
-1
votes
1
answer
54
views
How do I add a custom field for a new Okta app integration?
I am creating a new Okta integration for our app and need to require users to enter a subdomain, where can I do this? We will be using SAML.
As you can see in this example for the slack integration ( ...
3
votes
1
answer
930
views
Angular 2/5 and SAML authentication via Okta
We are building an Angular 5 app front end application with Node as the back end layer. The API requests to node from angular are authenticated via basic authentication but we are planning to ...
0
votes
1
answer
56
views
SAML enabled site
We want to implement single sign on in our applications and want to use OKTA api.
But our application need to be SAML enabled for us to proceed forward.
Currently we use forms authentication in our ...
0
votes
1
answer
3k
views
Issue using SAML for authentication with spring boot app
I'm currently reading this article on how to set up SAML with Spring Boot applications.
I followed all the steps and I just changed the Single Sign On URL from "https://localhost:8443/saml/SSO" to "...
1
vote
3
answers
2k
views
Okta-api -Issue using Spring-security SAML with CSRF
I have gone thru the steps listed in the document -
https://developer.okta.com/blog/2017/03/16/spring-boot-saml#run-the-app-and-login-with-okta
Everything works fine and I see SAML response getting ...
1
vote
1
answer
2k
views
Okta stuck in endless loop if no user account in app
I'm building a rails application and have successfully implemented Okta single sign on using the 'devise' gem and 'devise_saml_authenticable' gem. Everything is working great and I am able to ...
5
votes
2
answers
7k
views
SAML Single logout through OKTA
I have got the following SP's Request and IDP's reponse:
<samlp:LogoutRequest xmlns="urn:oasis:names:tc:SAML:2.0:metadata" Destination="https://dev-nnn.oktapreview.com/app/...
0
votes
1
answer
963
views
Singlelogout not working in okta spring app
I am trying to test springboot-saml singlelogout with Okta . I am facing a error when I hit /saml/logout/ . The Spring log says "Received LogoutResponse has invalid status code " . The Okta app log ...
0
votes
1
answer
611
views
Are there any differences in implementation between Okta's SAML Java Toolkit and OpenSAML?
I am currently integrating SAML with a custom Java web-app in order to put it behind Okta. I want to use the SAML Java Toolkit that is provided by Okta.
There are many examples on the internet of ...
1
vote
1
answer
1k
views
Implement Okta authentication from Web Api
I am working for AngularJS web application and we need to implement the OKTA authentication from Web Api.
Is there any possible to way to implement the OKTA authentication from Web Api ?
3
votes
1
answer
4k
views
authenticate to SharePoint through OKTA from back-end service
I have a need to programmatically connect to a customer's SharePoint server that uses OKTA for authentication. I saw this post which looked promising, but cannot seem to get a valid session cookie ...
1
vote
1
answer
1k
views
How to create Signature Certificate and what i need to mentioned in SP Issuer for okta single logout
How to configure okta developers application for single log out
Single Logout URL
SP Issuer
Signature Certificate
Any one please help me how to configure it . how to generate Signature ...