question

Paul Pacheco avatar image
Paul Pacheco asked

OpenId documentation

According to the Q1 roadmap update https://blog.playfab.com/blog/upcoming-roadmap-2019-q1-jan-march-edition OpenID was released.


I see documentation for a few of the functions, but I don't see any guide for using openid. How do I configure an openID connection?

Authentication
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Andy avatar image
Andy answered

We don't have a tutorial out yet, but there are a few admin APIs available to create and update an OpenId connection:

https://api.playfab.com/documentation/admin/method/CreateOpenIdConnection
https://api.playfab.com/documentation/admin/method/DeleteOpenIdConnection
https://api.playfab.com/documentation/admin/method/ListOpenIdConnection
https://api.playfab.com/documentation/admin/method/UpdateOpenIdConnection

It also looks like those are flagged as beta APIs. That shouldn't be the case and we'll be fixing it shortly.

7 comments
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Paul Pacheco avatar image Paul Pacheco commented ·

I am not able to call any of them.

When I click on Call API, nothing happens, I just get a javascript error in the javascript console.

0 Likes 0 ·
Andy avatar image Andy ♦♦ Paul Pacheco commented ·

Can you send me the page from where you hit that error? In general, the documentation site isn't the best place to experiment with the admin API. I'd recommend using a tool like Postman to experiment.

0 Likes 0 ·
Paul Pacheco avatar image Paul Pacheco Andy ♦♦ commented ·

I got that error in the link you sent me when I hit "try it"

https://api.playfab.com/documentation/admin/method/ListOpenIdConnection

0 Likes 0 ·
Show more comments
Chris Downs avatar image Chris Downs commented ·

Just wanted to bump the un-flagging of the admin APIs as beta in the documentation. Also, the OpenID related admin calls are missing from the Postman collection which would be nice to have.

0 Likes 0 ·
Chris Downs avatar image Chris Downs commented ·

Also missing is documentation on server-side client configuration- specifically what the redirect_uri should be.

0 Likes 0 ·
Andy avatar image Andy ♦♦ Chris Downs commented ·

I just poked the engineering team about this again. The PR is out for review. Should be available any time now.

1 Like 1 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.